FLAG_CHAR_IMPORTANT, ///< Character denoting a important (flagged) email
FLAG_CHAR_DELETED, ///< Character denoting a deleted email
FLAG_CHAR_DELETED_ATTACH, ///< Character denoting a deleted attachment
- FLAG_CHAR_REPLIED, ///< Character denoting an email that has been replied to
- FLAG_CHAR_OLD, ///< Character denoting an email that has been read
- FLAG_CHAR_NEW, ///< Character denoting an unread email
- FLAG_CHAR_OLD_THREAD, ///< Character denoting a thread of emails that has been read
- FLAG_CHAR_NEW_THREAD, ///< Character denoting a thread containing at least one new email
- FLAG_CHAR_SEMPTY, ///< Character denoting a read email, $index_format %S expando
- FLAG_CHAR_ZEMPTY, ///< Character denoting a read email, $index_format %Z expando
+ FLAG_CHAR_REPLIED, ///< Character denoting an email that has been replied to
+ FLAG_CHAR_OLD, ///< Character denoting an email that has been read
+ FLAG_CHAR_NEW, ///< Character denoting an unread email
+ FLAG_CHAR_OLD_THREAD, ///< Character denoting a thread of emails that has been read
+ FLAG_CHAR_NEW_THREAD, ///< Character denoting a thread containing at least one new email
+ FLAG_CHAR_SEMPTY, ///< Character denoting a read email, $index_format %S expando
+ FLAG_CHAR_ZEMPTY, ///< Character denoting a read email, $index_format %Z expando
};
/**
if (hook->type & type)
{
- if ((mutt_pattern_exec(hook->pattern, 0, m, e, &cache) > 0) ^
- hook->regex.not)
+ if ((mutt_pattern_exec(hook->pattern, 0, m, e, &cache) > 0) ^ hook->regex.not)
{
if (mutt_parse_rc_line(hook->command, &token, &err) == -1)
{
int cacheno;
short old_sort;
-
#ifdef USE_HCACHE
mdata->hcache = imap_hcache_open(adata, mdata);
#endif
*
* Checks the specified maildir subdir (cur or new) for new mail or mail counts.
*/
-static void maildir_check_dir(struct Mailbox *m, const char *dir_name, bool check_new, bool check_stats)
+static void maildir_check_dir(struct Mailbox *m, const char *dir_name,
+ bool check_new, bool check_stats)
{
DIR *dirp = NULL;
struct dirent *de = NULL;
*/
enum KeyInfo
{
- KIP_NAME = 0, ///< PGP Key field: Name
- KIP_AKA, ///< PGP Key field: aka (Also Known As)
- KIP_VALID_FROM, ///< PGP Key field: Valid From date
- KIP_VALID_TO, ///< PGP Key field: Valid To date
- KIP_KEY_TYPE, ///< PGP Key field: Key Type
- KIP_KEY_USAGE, ///< PGP Key field: Key Usage
- KIP_FINGERPRINT, ///< PGP Key field: Fingerprint
- KIP_SERIAL_NO, ///< PGP Key field: Serial number
- KIP_ISSUED_BY, ///< PGP Key field: Issued By
- KIP_SUBKEY, ///< PGP Key field: Subkey
+ KIP_NAME = 0, ///< PGP Key field: Name
+ KIP_AKA, ///< PGP Key field: aka (Also Known As)
+ KIP_VALID_FROM, ///< PGP Key field: Valid From date
+ KIP_VALID_TO, ///< PGP Key field: Valid To date
+ KIP_KEY_TYPE, ///< PGP Key field: Key Type
+ KIP_KEY_USAGE, ///< PGP Key field: Key Usage
+ KIP_FINGERPRINT, ///< PGP Key field: Fingerprint
+ KIP_SERIAL_NO, ///< PGP Key field: Serial number
+ KIP_ISSUED_BY, ///< PGP Key field: Issued By
+ KIP_SUBKEY, ///< PGP Key field: Subkey
KIP_MAX,
};
if (get_limit(mdata) != NmDbLimit)
{
- added = snprintf(uri, sizeof(uri),
- "%s%s?type=%s&limit=%d&query=", NmUriProtocol, nm_db_get_filename(m),
- query_type_to_string(mdata->query_type), get_limit(mdata));
+ added = snprintf(uri, sizeof(uri), "%s%s?type=%s&limit=%d&query=", NmUriProtocol,
+ nm_db_get_filename(m),
+ query_type_to_string(mdata->query_type), get_limit(mdata));
}
else
{
- added = snprintf(uri, sizeof(uri),
- "%s%s?type=%s&query=", NmUriProtocol, nm_db_get_filename(m),
- query_type_to_string(mdata->query_type));
+ added = snprintf(uri, sizeof(uri), "%s%s?type=%s&query=", NmUriProtocol,
+ nm_db_get_filename(m), query_type_to_string(mdata->query_type));
}
if (added >= sizeof(uri))
OptNewsSend = false;
#endif
- if (!flags && !msg && Recall != MUTT_NO && mutt_num_postponed(ctx ? ctx->mailbox: NULL, true))
+ if (!flags && !msg && Recall != MUTT_NO &&
+ mutt_num_postponed(ctx ? ctx->mailbox : NULL, true))
{
/* If the user is composing a new message, check to see if there
* are any postponed messages first.