29#ifndef MUTT_MUTT_GLOBALS_H
30#define MUTT_MUTT_GLOBALS_H
Convenience wrapper for the library headers.
char * LastFolder
Previously selected mailbox.
char * ShortHostname
Short version of the hostname.
struct ListHead TempAttachmentsList
List of temporary files for displaying attachments.
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.
char * HomeDir
User's home directory.
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.
struct ListHead HeaderOrderList
List of header fields in the order they should be displayed.
SIG_ATOMIC_VOLATILE_T SigInt
true after SIGINT is received
API for encryption/signing of emails.
#define STAILQ_HEAD_INITIALIZER(head)
Assorted sorting methods.
MenuType
Types of GUI selections.