43 #define MUTT_PAGER_NO_FLAGS 0 44 #define MUTT_SHOWFLAT (1 << 0) 45 #define MUTT_SHOWCOLOR (1 << 1) 46 #define MUTT_HIDE (1 << 2) 47 #define MUTT_SEARCH (1 << 3) 48 #define MUTT_TYPES (1 << 4) 49 #define MUTT_SHOW (MUTT_SHOWCOLOR | MUTT_SHOWFLAT) 52 #define MUTT_PAGER_NSKIP (1 << 5) 53 #define MUTT_PAGER_MARKER (1 << 6) 54 #define MUTT_PAGER_RETWINCH (1 << 7) 55 #define MUTT_PAGER_ATTACHMENT (1 << 8) 56 #define MUTT_PAGER_NOWRAP (1 << 9) 57 #define MUTT_PAGER_LOGS (1 << 10) 58 #define MUTT_PAGER_MESSAGE (MUTT_SHOWCOLOR | MUTT_PAGER_MARKER) 60 #define MUTT_DISPLAYFLAGS (MUTT_SHOW | MUTT_PAGER_NSKIP | MUTT_PAGER_MARKER | MUTT_PAGER_LOGS)
The envelope/body of an email.
String manipulation buffer.
A division of the screen.
Cached regular expression.