Huh, apparantly I got rid of any support for POPSERVICE over a year
[mmh] / acconfig.h
1
2 /****** BEGIN USER CONFIGURATION SECTION *****/
3
4 /*
5  * IMPORTANT: You should no longer need to edit this file to handle
6  * your operating system. That should be handled and set correctly by
7  * configure now.
8  *
9  * These are slowly being phased out, but currently
10  * not everyone is auto-configured.  Then decide if you
11  * wish to change the features that are compiled into nmh.
12  */
13
14 /*
15  * Directs nmh not to try and rewrite addresses
16  * to their official form.  You probably don't
17  * want to change this without good reason.
18  */
19 #define DUMB    1
20
21 /*
22  * Define this if you do not want nmh to attach the local hostname
23  * to local addresses.  You must also define DUMB.  You probably
24  * don't need this unless you are behind a firewall.
25  */
26 /* #define REALLYDUMB  1 */
27
28 /*
29  * Define the default creation modes for folders and messages.
30  */
31 #define DEFAULT_FOLDER_MODE "700"
32 #define DEFAULT_MESSAGE_MODE "600"
33
34 /*
35  * Name of link to file to which you are replying.
36  */
37 #define LINK "@"
38
39 /*
40  * Define to 1 if your vi has ATT bug, such that it returns
41  * non-zero exit codes on `pseudo-errors'.
42  */
43 #undef ATTVIBUG
44
45
46 /***** END USER CONFIGURATION SECTION *****/
47 @TOP@