Write out all the message flags.
411{
415
416 format_line(fp, 0,
"$flag_chars:",
"",
"", wraplen);
419 _(
"message is flagged"));
422 _(
"attachment is deleted"));
424 _(
"message has been replied to"));
428 _(
"thread has been read"));
430 _(
"thread has at least one new message"));
432 _(
"message has been read (%S expando)"));
434 _(
"message has been read (%Z expando)"));
435
436 format_line(fp, 0,
"\n$crypt_chars:",
"",
"", wraplen);
438 _(
"message signed with a verified key"));
440 _(
"message is PGP-encrypted"));
442 _(
"message is signed"));
444 _(
"message contains a PGP key"));
446 _(
"message has no cryptography information"));
447
448 format_line(fp, 0,
"\n$to_chars:",
"",
"", wraplen);
450 _(
"message is not To: you"));
452 _(
"message is To: you and only you"));
456 _(
"message is From: you"));
458 _(
"message is sent to a subscribed mailing list"));
460 _(
"you are in the Reply-To: list"));
461}
struct MbTable * cs_subset_mbtable(const struct ConfigSubset *sub, const char *name)
Get a Multibyte table config item by name.
@ FLAG_CHAR_TO_ORIGINATOR
Character denoting that the user is originator.
@ FLAG_CHAR_TO_UNIQUE
Character denoting that the user is unique recipient.
@ FLAG_CHAR_TO_NOT_IN_THE_LIST
Character denoting that the user is not in list.
@ FLAG_CHAR_TO_TO
Character denoting that the user is in the TO list.
@ FLAG_CHAR_TO_CC
Character denoting that the user is in the CC list.
@ FLAG_CHAR_TO_REPLY_TO
Character denoting that the user is in the Reply-To list.
@ FLAG_CHAR_TO_SUBSCRIBED_LIST
Character denoting that the message is sent to a subscribed mailing list.
@ FLAG_CHAR_CRYPT_CONTAINS_KEY
Character denoting a message contains a PGP key.
@ FLAG_CHAR_CRYPT_SIGNED
Character denoting a message is signed.
@ FLAG_CHAR_CRYPT_NO_CRYPTO
Character denoting a message has no cryptography information.
@ FLAG_CHAR_CRYPT_GOOD_SIGN
Character denoting a message signed with a verified key.
@ FLAG_CHAR_CRYPT_ENCRYPTED
Character denoting a message is PGP-encrypted.
@ FLAG_CHAR_OLD
Character denoting an email that has been read.
@ FLAG_CHAR_REPLIED
Character denoting an email that has been replied to.
@ FLAG_CHAR_OLD_THREAD
Character denoting a thread of emails that has been read.
@ FLAG_CHAR_ZEMPTY
Character denoting a read email, $index_format Z expando.
@ FLAG_CHAR_TAGGED
Character denoting a tagged email.
@ FLAG_CHAR_NEW
Character denoting an unread email.
@ FLAG_CHAR_DELETED
Character denoting a deleted email.
@ FLAG_CHAR_NEW_THREAD
Character denoting a thread containing at least one new email.
@ FLAG_CHAR_DELETED_ATTACH
Character denoting a deleted attachment.
@ FLAG_CHAR_SEMPTY
Character denoting a read email, $index_format S expando.
@ FLAG_CHAR_IMPORTANT
Character denoting a important (flagged) email.
static void show_flag_if_present(FILE *fp, int wraplen, const struct MbTable *table, int index, char *description)
Write out a message flag if exists.
Multibyte character table.