50extern struct ListHead
Muttrc;
55extern SIG_ATOMIC_VOLATILE_T
SigInt;
56extern SIG_ATOMIC_VOLATILE_T
SigWinch;
bool OptDontHandlePgpKeys
(pseudo) used to extract PGP keys
bool OptNews
(pseudo) used to change reader mode
char * LastFolder
Previously selected mailbox.
bool OptAutocryptGpgme
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c
char * ShortHostname
Short version of the hostname.
bool OptKeepQuiet
(pseudo) shut up the message and refresh functions while we are executing an external program
bool OptAttachMsg
(pseudo) used by attach-message
struct ListHead TempAttachmentsList
List of temporary files for displaying attachments.
bool OptNoCurses
(pseudo) when sending in batch mode
bool OptNeedRescore
(pseudo) set when the 'score' command is used
bool OptPgpCheckTrust
(pseudo) used by dlg_select_pgp_key()
bool OptResortInit
(pseudo) used to force the next resort to be from scratch
struct ListHead MimeLookupList
List of mime types that that shouldn't use the mailcap entry.
struct ListHead AlternativeOrderList
List of preferred mime types to display.
struct ListHead AutoViewList
List of mime types to auto view.
bool OptSearchInvalid
(pseudo) used to invalidate the search pattern
char * HomeDir
User's home directory.
bool OptMenuPopClearScreen
(pseudo) clear the screen when popping the last menu
bool OptMsgErr
(pseudo) used by mutt_error/mutt_message
bool OptForceRefresh
(pseudo) refresh even during macros
bool ErrorBufMessage
true if the last message was an error
char * CurrentFolder
Currently selected mailbox.
SIG_ATOMIC_VOLATILE_T SigWinch
true after SIGWINCH is received
char ErrorBuf[256]
Copy of the last error message.
struct ListHead UserHeader
List of custom headers to add to outgoing emails.
enum MenuType CurrentMenu
Current Menu, e.g. MENU_PAGER.
struct ListHead Muttrc
List of config files to read.
char * Username
User's login name.
bool OptSortSubthreads
(pseudo) used when $sort_aux changes
struct ListHead HeaderOrderList
List of header fields in the order they should be displayed.
bool OptNeedResort
(pseudo) used to force a re-sort
bool OptRedrawTree
(pseudo) redraw the thread tree
SIG_ATOMIC_VOLATILE_T SigInt
true after SIGINT is received
bool OptNewsSend
(pseudo) used to change behavior when posting
char ** EnvList
Private copy of the environment variables.
bool OptSearchReverse
(pseudo) used by ci_search_command
bool OptIgnoreMacroEvents
(pseudo) don't process macro/push/exec events while set
Convenience wrapper for the library headers.
MenuType
Types of GUI selections.