Go to the documentation of this file.
39 #define _DONT_USE_CTYPE_INLINE_
47 #ifdef HAVE_FGETS_UNLOCKED
48 #define fgets fgets_unlocked
51 #ifdef HAVE_FGETC_UNLOCKED
52 #define fgetc fgetc_unlocked
56 #define MUTT_COMP_NO_FLAGS 0
57 #define MUTT_ALIAS (1 << 0)
58 #define MUTT_FILE (1 << 1)
59 #define MUTT_EFILE (1 << 2)
60 #define MUTT_CMD (1 << 3)
61 #define MUTT_PASS (1 << 4)
62 #define MUTT_CLEAR (1 << 5)
63 #define MUTT_COMMAND (1 << 6)
64 #define MUTT_PATTERN (1 << 7)
65 #define MUTT_LABEL (1 << 8)
66 #define MUTT_NM_QUERY (1 << 9)
67 #define MUTT_NM_TAG (1 << 10)
70 #define MUTT_TOKEN_NO_FLAGS 0
71 #define MUTT_TOKEN_EQUAL (1 << 0)
72 #define MUTT_TOKEN_CONDENSE (1 << 1)
73 #define MUTT_TOKEN_SPACE (1 << 2)
74 #define MUTT_TOKEN_QUOTE (1 << 3)
75 #define MUTT_TOKEN_PATTERN (1 << 4)
76 #define MUTT_TOKEN_COMMENT (1 << 5)
77 #define MUTT_TOKEN_SEMICOLON (1 << 6)
78 #define MUTT_TOKEN_BACKTICK_VARS (1 << 7)
79 #define MUTT_TOKEN_NOSHELL (1 << 8)
80 #define MUTT_TOKEN_QUESTION (1 << 9)
81 #define MUTT_TOKEN_PLUS (1 << 10)
82 #define MUTT_TOKEN_MINUS (1 << 11)
115 #define MUTT_NOSPAM 2
@ MUTT_FLAG
Flagged messages.
void reset_value(const char *name)
@ MUTT_DELETED
Deleted messages.
@ MUTT_LIMIT
Messages in limited view.
@ MUTT_SUPERSEDED
Superseded messages.
@ MUTT_READ
Messages that have been read.
Mapping between user-readable string and a constant.
@ MUTT_PURGE
Messages to be purged (bypass trash)
@ MUTT_UNREAD
Unread messages.
@ MUTT_UNDELETE
Messages to be un-deleted.
uint16_t TokenFlags
Flags for mutt_extract_token(), e.g. MUTT_TOKEN_EQUAL.
@ MUTT_EXPIRED
Expired messages.
@ MUTT_REPLIED
Messages that have been replied to.
@ MUTT_UNTAG
Messages to be un-tagged.
@ MUTT_TRASH
Trashed messages.
@ MUTT_DELETE
Messages to be deleted.
@ MUTT_TAG
Tagged messages.
MessageType
To set flags or match patterns.
uint16_t CompletionFlags
Flags for mutt_enter_string_full(), e.g. MUTT_ALIAS.