85b04d761d0a096ec5622bbea7b8528060b34e14
[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  * Directs inc/slocal to extract the envelope sender from "From "
30  * line.  If inc/slocal is saving message to folder, then this
31  * sender information is then used to create a Return-Path
32  * header which is then added to the message.
33  */
34 #define RPATHS  1
35
36 /*
37  * If defined, slocal will use `mbox' format when saving to
38  * your standard mail spool.  If not defined, it will use
39  * mmdf format.
40  */
41 #define SLOCAL_MBOX  1
42
43 /*
44  * If this is defined, nmh will recognize the ~ construct.
45  */
46 #define MHRC    1
47
48 /*
49  * Compile simple ftp client into mhn.  This will be used by mhn
50  * for ftp access unless you have specified another access method
51  * in your .mh_profile or mhn.defaults.  Use the "mhn-access-ftp"
52  * profile entry to override this.  Check mhn(1) man page for
53  * details.
54  */
55 #define BUILTIN_FTP 1
56
57 /*
58  * If you enable POP support, this is the the port name that nmh will use.  Make
59  * sure this is defined in your /etc/services file (or its NIS/NIS+ equivalent).
60  * If you are using KPOP, you will need to change this to "kpop" unless you want
61  * to be able to use both POP3 _and_ Kerberized POP and plan to use inc and
62  * msgchk's -kpop switch every time in the latter case.
63  */
64 #define POPSERVICE "pop3"
65
66 /*
67  * Define the default creation modes for folders and messages.
68  */
69 #define DEFAULT_FOLDER_MODE "700"
70 #define DEFAULT_MESSAGE_MODE "600"
71
72 /*
73  * Name of link to file to which you are replying.
74  */
75 #define LINK "@"
76
77 /*
78  * Define to 1 if your vi has ATT bug, such that it returns
79  * non-zero exit codes on `pseudo-errors'.
80  */
81 #undef ATTVIBUG
82
83
84 /***** END USER CONFIGURATION SECTION *****/
85 @TOP@