Global variables. More...
#include "config.h"
#include <stdbool.h>
Go to the source code of this file.
Variables | |
bool | ErrorBufMessage |
true if the last message was an error | |
char | ErrorBuf [1024] |
Copy of the last error message. | |
char * | HomeDir |
User's home directory. | |
char * | ShortHostname |
Short version of the hostname. | |
char * | Username |
User's login name. | |
char * | CurrentFolder |
Currently selected mailbox. | |
char * | LastFolder |
Previously selected mailbox. | |
const char * | GitVer |
struct ListHead | AlternativeOrderList |
List of preferred mime types to display. | |
struct ListHead | AutoViewList |
List of mime types to auto view. | |
struct ListHead | HeaderOrderList |
List of header fields in the order they should be displayed. | |
struct ListHead | MimeLookupList |
List of mime types that that shouldn't use the mailcap entry. | |
struct ListHead | Muttrc |
List of config files to read. | |
struct ListHead | TempAttachmentsList |
List of temporary files for displaying attachments. | |
struct ListHead | UserHeader |
List of custom headers to add to outgoing emails. | |
bool | OptAutocryptGpgme |
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c | |
bool | OptDontHandlePgpKeys |
(pseudo) used to extract PGP keys | |
bool | OptForceRefresh |
(pseudo) refresh even during macros | |
bool | OptKeepQuiet |
(pseudo) shut up the message and refresh functions while we are executing an external program | |
bool | OptMsgErr |
(pseudo) used by mutt_error/mutt_message | |
bool | OptNeedRescore |
(pseudo) set when the 'score' command is used | |
bool | OptNeedResort |
(pseudo) used to force a re-sort | |
bool | OptNews |
(pseudo) used to change reader mode | |
bool | OptNewsSend |
(pseudo) used to change behavior when posting | |
bool | OptNoCurses |
(pseudo) when sending in batch mode | |
bool | OptPgpCheckTrust |
(pseudo) used by dlg_pgp() | |
bool | OptResortInit |
(pseudo) used to force the next resort to be from scratch | |
bool | OptSortSubthreads |
(pseudo) used when $sort_aux changes | |
char ** | EnvList |
Private copy of the environment variables. | |
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 |
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |