Write out all the message flags.
406{
410
411 format_line(fp, 0,
"$flag_chars:",
"",
"", wraplen);
414 _(
"message is flagged"));
417 _(
"attachment is deleted"));
419 _(
"message has been replied to"));
423 _(
"thread has been read"));
425 _(
"thread has at least one new message"));
427 _(
"message has been read (%S expando)"));
429 _(
"message has been read (%Z expando)"));
430
431 format_line(fp, 0,
"\n$crypt_chars:",
"",
"", wraplen);
433 _(
"message signed with a verified key"));
435 _(
"message is PGP-encrypted"));
437 _(
"message is signed"));
439 _(
"message contains a PGP key"));
441 _(
"message has no cryptography information"));
442
443 format_line(fp, 0,
"\n$to_chars:",
"",
"", wraplen);
445 _(
"message is not To: you"));
447 _(
"message is To: you and only you"));
451 _(
"message is From: you"));
453 _(
"message is sent to a subscribed mailing list"));
455 _(
"you are in the Reply-To: list"));
456}
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.