Rocco Rutte:
[apps/madmutt.git] / globals.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9 #ifndef _GLOBALS_H
10 #define _GLOBALS_H
11
12 #include "alias.h"
13
14 #include "lib/str.h"
15 #include "lib/list.h"
16 #include "lib/rx.h"
17
18 WHERE void (*mutt_error) (const char *, ...);
19 WHERE void (*mutt_message) (const char *, ...);
20
21 WHERE CONTEXT *Context;
22
23 WHERE char Errorbuf[STRING];
24 WHERE char AttachmentMarker[STRING];
25
26 WHERE char Quotebuf[SHORT_STRING];
27
28 #if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
29 WHERE char *MuttDotlock;
30 #endif
31
32 WHERE ADDRESS *From;
33
34 WHERE char *AliasFile;
35 WHERE char *AliasFmt;
36 WHERE char *AssumedCharset;
37 WHERE char *AttachSep;
38 WHERE char *Attribution;
39 WHERE char *AttachFormat;
40 WHERE char *Charset;
41 WHERE char *ComposeFormat;
42 WHERE char *ConfigCharset;
43 WHERE char *ContentType;
44 WHERE char *DefaultHook;
45 WHERE char *DateFmt;
46 WHERE char *DisplayFilter;
47 WHERE char *DsnNotify;
48 WHERE char *DsnReturn;
49 WHERE char *Editor;
50 WHERE char *EscChar;
51 WHERE char *FileCharset;
52 WHERE char *FolderFormat;
53 WHERE char *ForwFmt;
54 WHERE char *Fqdn;
55 WHERE char *HdrFmt;
56 WHERE char *Homedir;
57 WHERE char *Hostname;
58
59 #ifdef USE_IMAP
60 WHERE char *ImapAuthenticators INITVAL (NULL);
61 WHERE char *ImapDelimChars INITVAL (NULL);
62 WHERE char *ImapHeaders;
63 WHERE char *ImapHomeNamespace INITVAL (NULL);
64 WHERE char *ImapLogin INITVAL (NULL);
65 WHERE char *ImapPass INITVAL (NULL);
66 WHERE char *ImapUser INITVAL (NULL);
67 #endif
68 WHERE char *Inbox;
69 WHERE char *Ispell;
70 WHERE char *Locale;
71 WHERE char *MailcapPath;
72 WHERE char *Maildir;
73
74 #if USE_HCACHE
75 WHERE char *HeaderCache;
76 #if HAVE_GDBM || HAVE_DB4
77 WHERE char *HeaderCachePageSize;
78 #endif /* HAVE_GDBM || HAVE_DB4 */
79 #endif /* USE_HCACHE */
80 WHERE char *MhFlagged;
81 WHERE char *MhReplied;
82 WHERE char *MhUnseen;
83 WHERE char *MsgFmt;
84 WHERE char *MsgIdFormat;
85
86 WHERE rx_t Mask;
87 WHERE rx_t QuoteRegexp;
88 WHERE rx_t ReplyRegexp;
89 WHERE rx_t Smileys;
90 WHERE rx_t GecosMask;
91 WHERE rx_t StripWasRegexp;
92
93 #ifdef USE_SOCKET
94 WHERE char *Preconnect INITVAL (NULL);
95 WHERE char *Tunnel INITVAL (NULL);
96 #endif /* USE_SOCKET */
97
98 #ifdef MIXMASTER
99 WHERE char *Mixmaster;
100 WHERE char *MixEntryFormat;
101 #endif
102
103 WHERE char *OperatingSystem INITVAL (NULL);
104
105 WHERE char *Muttrc INITVAL (NULL);
106
107 #ifdef USE_NNTP
108 WHERE char *NewsCacheDir;
109 WHERE char *GroupFormat;
110 WHERE char *Inews;
111 WHERE char *NewsServer;
112 WHERE char *NntpUser;
113 WHERE char *NntpPass;
114 WHERE char *NewsRc;
115 #endif
116 WHERE char *Outbox;
117 WHERE char *Pager;
118 WHERE char *PagerFmt;
119 WHERE char *PipeSep;
120
121 #ifdef USE_POP
122 WHERE char *PopAuthenticators INITVAL (NULL);
123 WHERE short PopCheckTimeout;
124 WHERE char *PopHost;
125 WHERE char *PopPass INITVAL (NULL);
126 WHERE char *PopUser INITVAL (NULL);
127 #endif
128 WHERE char *PostIndentString;
129 WHERE char *Postponed;
130 WHERE char *Prefix;
131 WHERE char *PrintCmd;
132 WHERE char *QueryCmd;
133 WHERE char *Realname;
134 WHERE char *SendCharset;
135 WHERE char *Sendmail;
136 WHERE char *Shell;
137 WHERE char *SidebarDelim;
138 WHERE char *SidebarNumberFormat;
139 WHERE char *SidebarBoundary;
140 WHERE char *Signature;
141 WHERE char *SignOffString;
142 WHERE char *SimpleSearch;
143
144 #if defined(USE_LIBESMTP)
145 WHERE char *SmtpAuthUser;
146 WHERE char *SmtpAuthPass;
147 WHERE char *SmtpHost;
148 WHERE unsigned short SmtpPort;
149 #endif
150 WHERE char *Spoolfile;
151 WHERE char *SpamSep;
152
153 #if defined(USE_SSL) || defined(USE_GNUTLS)
154 WHERE char *SslCertFile INITVAL (NULL);
155 #endif
156 #if defined(USE_SSL)
157 WHERE char *SslEntropyFile INITVAL (NULL);
158 #endif
159 #ifdef USE_SSL
160 WHERE char *SslClientCert INITVAL (NULL);
161 WHERE LIST *SslSessionCerts INITVAL (NULL);
162 #endif
163 #ifdef USE_GNUTLS
164 WHERE short SslDHPrimeBits;
165 WHERE char *SslCACertFile INITVAL (NULL);
166 #endif
167 WHERE char *StChars;
168 WHERE char *Status;
169 WHERE char *Tempdir;
170 WHERE char *Tochars;
171 WHERE char *TrashPath;
172 WHERE char *Username;
173 WHERE char *Visual;
174 WHERE char *XtermTitle;
175 WHERE char *XtermLeave;
176 WHERE char *XtermIcon;
177
178 WHERE char *CurrentFolder;
179 WHERE char *LastFolder;
180
181 WHERE LIST *AutoViewList INITVAL (0);
182 WHERE LIST *AlternativeOrderList INITVAL (0);
183 WHERE LIST *HeaderOrderList INITVAL (0);
184 WHERE LIST *Ignore INITVAL (0);
185 WHERE LIST *MimeLookupList INITVAL (0);
186 WHERE LIST *UnIgnore INITVAL (0);
187
188 WHERE list2_t *Alternates INITVAL (0);
189 WHERE list2_t *UnAlternates INITVAL (0);
190 WHERE list2_t *MailLists INITVAL (0);
191 WHERE list2_t *UnMailLists INITVAL (0);
192 WHERE list2_t *SubscribedLists INITVAL (0);
193 WHERE list2_t *UnSubscribedLists INITVAL (0);
194 WHERE SPAM_LIST *SpamList INITVAL (0);
195 WHERE list2_t *NoSpamList INITVAL (0);
196
197 /* bit vector for boolean variables */
198 #ifdef MAIN_C
199 unsigned char Options[(OPTMAX + 7) / 8];
200 #else
201 extern unsigned char Options[];
202 #endif
203
204 /* bit vector for the yes/no/ask variable type */
205 #ifdef MAIN_C
206 unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8];
207 #else
208 extern unsigned char QuadOptions[];
209 #endif
210
211 WHERE unsigned short Counter INITVAL (0);
212
213 #ifdef USE_NNTP
214 WHERE short NewsPollTimeout;
215 WHERE short NntpContext;
216 #endif
217
218 WHERE short ConnectTimeout;
219 WHERE short HistSize;
220 WHERE short MenuContext;
221 WHERE short PagerContext;
222 WHERE short PagerIndexLines;
223 WHERE short ReadInc;
224 WHERE short SendmailWait;
225 WHERE short SleepTime INITVAL (1);
226 WHERE short Timeout;
227 WHERE short Umask INITVAL (0077);
228 WHERE short WrapMargin;
229 WHERE short WriteInc;
230 WHERE short MaxLineLength;
231
232 WHERE short ScoreThresholdDelete;
233 WHERE short ScoreThresholdRead;
234 WHERE short ScoreThresholdFlag;
235
236 WHERE short DrawFullLine INITVAL (0);
237 WHERE short SidebarWidth;
238
239 #ifdef USE_IMAP
240 WHERE short ImapKeepalive;
241 WHERE short ImapBuffyTimeout;
242 #endif
243
244 /* flags for received signals */
245 WHERE SIG_ATOMIC_VOLATILE_T SigAlrm INITVAL (0);
246 WHERE SIG_ATOMIC_VOLATILE_T SigInt INITVAL (0);
247 WHERE SIG_ATOMIC_VOLATILE_T SigWinch INITVAL (0);
248
249 WHERE int CurrentMenu;
250
251 WHERE ALIAS *Aliases INITVAL (0);
252 WHERE LIST *UserHeader INITVAL (0);
253
254 /*-- formerly in pgp.h --*/
255 WHERE rx_t PgpGoodSign;
256 WHERE char *PgpSignAs;
257 WHERE short PgpTimeout;
258 WHERE char *PgpEntryFormat;
259 WHERE char *PgpClearSignCommand;
260 WHERE char *PgpDecodeCommand;
261 WHERE char *PgpVerifyCommand;
262 WHERE char *PgpDecryptCommand;
263 WHERE char *PgpSignCommand;
264 WHERE char *PgpEncryptSignCommand;
265 WHERE char *PgpEncryptOnlyCommand;
266 WHERE char *PgpImportCommand;
267 WHERE char *PgpExportCommand;
268 WHERE char *PgpVerifyKeyCommand;
269 WHERE char *PgpListSecringCommand;
270 WHERE char *PgpListPubringCommand;
271 WHERE char *PgpGetkeysCommand;
272
273 /*-- formerly in smime.h --*/
274 WHERE char *SmimeDefaultKey;
275 WHERE char *SmimeCryptAlg;
276 WHERE short SmimeTimeout;
277 WHERE char *SmimeCertificates;
278 WHERE char *SmimeKeys;
279 WHERE char *SmimeCryptAlg;
280 WHERE char *SmimeCALocation;
281 WHERE char *SmimeVerifyCommand;
282 WHERE char *SmimeVerifyOpaqueCommand;
283 WHERE char *SmimeDecryptCommand;
284 WHERE char *SmimeSignCommand;
285 WHERE char *SmimeSignOpaqueCommand;
286 WHERE char *SmimeEncryptCommand;
287 WHERE char *SmimeGetSignerCertCommand;
288 WHERE char *SmimePk7outCommand;
289 WHERE char *SmimeGetCertCommand;
290 WHERE char *SmimeImportCertCommand;
291 WHERE char *SmimeGetCertEmailCommand;
292
293 #ifdef MAIN_C
294 const char *Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
295 const char *Months[] =
296   { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct",
297 "Nov", "Dec", "ERR" };
298
299 const char *BodyTypes[] =
300   { "x-unknown", "audio", "application", "image", "message", "model",
301 "multipart", "text", "video" };
302 const char *BodyEncodings[] =
303   { "x-unknown", "7bit", "8bit", "quoted-printable", "base64", "binary",
304 "x-uuencoded" };
305 #else
306 extern const char *Weekdays[];
307 extern const char *Months[];
308 #endif
309
310 #ifdef MAIN_C
311 /* so that global vars get included
312  * FIXME WTF IS THIS?!?!???!?!??!?!??
313  */
314 #include "mx.h"
315 #include "buffy.h"
316 #include "sort.h"
317 #include "mutt_crypt.h"
318 #endif /* MAIN_C */
319
320 #endif /* !_GLOBALS_H */