String processing routines to generate the mail index. More...
Go to the source code of this file.
Enumerations | |
enum | FlagChars { FLAG_CHAR_TAGGED , FLAG_CHAR_IMPORTANT , FLAG_CHAR_DELETED , FLAG_CHAR_DELETED_ATTACH , FLAG_CHAR_REPLIED , FLAG_CHAR_OLD , FLAG_CHAR_NEW , FLAG_CHAR_OLD_THREAD , FLAG_CHAR_NEW_THREAD , FLAG_CHAR_SEMPTY , FLAG_CHAR_ZEMPTY } |
Index into the $flag_chars config variable. More... | |
enum | CryptChars { FLAG_CHAR_CRYPT_GOOD_SIGN , FLAG_CHAR_CRYPT_ENCRYPTED , FLAG_CHAR_CRYPT_SIGNED , FLAG_CHAR_CRYPT_CONTAINS_KEY , FLAG_CHAR_CRYPT_NO_CRYPTO } |
Index into the $crypt_chars config variable. More... | |
enum | ToChars { FLAG_CHAR_TO_NOT_IN_THE_LIST , FLAG_CHAR_TO_UNIQUE , FLAG_CHAR_TO_TO , FLAG_CHAR_TO_CC , FLAG_CHAR_TO_ORIGINATOR , FLAG_CHAR_TO_SUBSCRIBED_LIST , FLAG_CHAR_TO_REPLY_TO } |
Index into the $to_chars config variable. More... | |
Functions | |
int | mutt_make_string (struct Buffer *buf, size_t max_cols, const struct Expando *exp, struct Mailbox *m, int inpgr, struct Email *e, MuttFormatFlags flags, const char *progress) |
Create formatted strings using mailbox expandos. | |
String processing routines to generate the mail index.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file hdrline.h.
enum FlagChars |
Index into the $flag_chars
config variable.
Definition at line 38 of file hdrline.h.
enum CryptChars |
Index into the $crypt_chars
config variable.
Definition at line 56 of file hdrline.h.
enum ToChars |
Index into the $to_chars
config variable.
Definition at line 68 of file hdrline.h.
int mutt_make_string | ( | struct Buffer * | buf, |
size_t | max_cols, | ||
const struct Expando * | exp, | ||
struct Mailbox * | m, | ||
int | inpgr, | ||
struct Email * | e, | ||
MuttFormatFlags | flags, | ||
const char * | progress | ||
) |
Create formatted strings using mailbox expandos.
buf | Buffer for the result |
max_cols | Number of screen columns (-1 means unlimited) |
exp | Expando containing expando tree |
m | Mailbox |
inpgr | Message shown in the pager |
e | |
flags | Flags, see MuttFormatFlags |
progress | Pager progress string |
num | Number of screen columns used |
Definition at line 1719 of file hdrline.c.