Hundreds of global variables to back the user variables. More...
#include "config.h"
#include <signal.h>
#include <stdbool.h>
#include "mutt/lib.h"
#include "menu/lib.h"
#include "where.h"
Go to the source code of this file.
Variables | |
bool | ErrorBufMessage |
true if the last message was an error More... | |
char | ErrorBuf [256] |
Copy of the last error message. More... | |
char * | HomeDir |
User's home directory. More... | |
char * | ShortHostname |
Short version of the hostname. More... | |
char * | Username |
User's login name. More... | |
char * | CurrentFolder |
Currently selected mailbox. More... | |
char * | LastFolder |
Previously selected mailbox. More... | |
const char * | GitVer |
struct ListHead | AlternativeOrderList |
List of preferred mime types to display. More... | |
struct ListHead | AutoViewList |
List of mime types to auto view. More... | |
struct ListHead | HeaderOrderList |
List of header fields in the order they should be displayed. More... | |
struct ListHead | MimeLookupList |
List of mime types that that shouldn't use the mailcap entry. More... | |
struct ListHead | Muttrc |
List of config files to read. More... | |
struct ListHead | TempAttachmentsList |
List of temporary files for displaying attachments. More... | |
struct ListHead | UserHeader |
List of custom headers to add to outgoing emails. More... | |
SIG_ATOMIC_VOLATILE_T | SigInt |
true after SIGINT is received More... | |
SIG_ATOMIC_VOLATILE_T | SigWinch |
true after SIGWINCH is received More... | |
enum MenuType | CurrentMenu |
Current Menu, e.g. MENU_PAGER. More... | |
Hundreds of global variables to back the user variables.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file mutt_globals.h.
bool ErrorBufMessage |
true if the last message was an error
Definition at line 46 of file mutt_globals.h.
char ErrorBuf[256] |
Copy of the last error message.
Definition at line 47 of file mutt_globals.h.
char* HomeDir |
User's home directory.
Definition at line 49 of file mutt_globals.h.
char* ShortHostname |
Short version of the hostname.
Definition at line 50 of file mutt_globals.h.
char* Username |
User's login name.
Definition at line 52 of file mutt_globals.h.
char* CurrentFolder |
Currently selected mailbox.
Definition at line 54 of file mutt_globals.h.
char* LastFolder |
Previously selected mailbox.
Definition at line 55 of file mutt_globals.h.
|
extern |
struct ListHead AlternativeOrderList |
List of preferred mime types to display.
Definition at line 60 of file mutt_globals.h.
struct ListHead AutoViewList |
List of mime types to auto view.
Definition at line 61 of file mutt_globals.h.
struct ListHead HeaderOrderList |
List of header fields in the order they should be displayed.
Definition at line 62 of file mutt_globals.h.
struct ListHead MimeLookupList |
List of mime types that that shouldn't use the mailcap entry.
Definition at line 63 of file mutt_globals.h.
struct ListHead Muttrc |
List of config files to read.
Definition at line 64 of file mutt_globals.h.
struct ListHead TempAttachmentsList |
List of temporary files for displaying attachments.
Definition at line 65 of file mutt_globals.h.
struct ListHead UserHeader |
List of custom headers to add to outgoing emails.
Definition at line 66 of file mutt_globals.h.
SIG_ATOMIC_VOLATILE_T SigInt |
true after SIGINT is received
Definition at line 69 of file mutt_globals.h.
SIG_ATOMIC_VOLATILE_T SigWinch |
true after SIGWINCH is received
Definition at line 70 of file mutt_globals.h.
enum MenuType CurrentMenu |
Current Menu, e.g. MENU_PAGER.
Definition at line 72 of file mutt_globals.h.