Global variables. More...
#include "config.h"
#include <signal.h>
#include <stdbool.h>
#include "mutt/lib.h"
#include "menu/lib.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... | |
bool | OptAttachMsg |
(pseudo) used by attach-message More... | |
bool | OptAutocryptGpgme |
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c More... | |
bool | OptDontHandlePgpKeys |
(pseudo) used to extract PGP keys More... | |
bool | OptForceRefresh |
(pseudo) refresh even during macros More... | |
bool | OptIgnoreMacroEvents |
(pseudo) don't process macro/push/exec events while set More... | |
bool | OptKeepQuiet |
(pseudo) shut up the message and refresh functions while we are executing an external program More... | |
bool | OptMenuPopClearScreen |
(pseudo) clear the screen when popping the last menu More... | |
bool | OptMsgErr |
(pseudo) used by mutt_error/mutt_message More... | |
bool | OptNeedRescore |
(pseudo) set when the 'score' command is used More... | |
bool | OptNeedResort |
(pseudo) used to force a re-sort More... | |
bool | OptNews |
(pseudo) used to change reader mode More... | |
bool | OptNewsSend |
(pseudo) used to change behavior when posting More... | |
bool | OptNoCurses |
(pseudo) when sending in batch mode More... | |
bool | OptPgpCheckTrust |
(pseudo) used by dlg_select_pgp_key() More... | |
bool | OptRedrawTree |
(pseudo) redraw the thread tree More... | |
bool | OptResortInit |
(pseudo) used to force the next resort to be from scratch More... | |
bool | OptSearchInvalid |
(pseudo) used to invalidate the search pattern More... | |
bool | OptSearchReverse |
(pseudo) used by ci_search_command More... | |
bool | OptSortSubthreads |
(pseudo) used when $sort_aux changes More... | |
char ** | EnvList |
Private copy of the environment variables. More... | |
Global 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 globals.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Current Menu, e.g. MENU_PAGER.
|
extern |
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
(pseudo) used by dlg_select_pgp_key()
|
extern |
|
extern |
|
extern |
|
extern |