X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hp=294352aeec5ef1fcab08c462bf4596ff5f5244fb;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/config/config.c b/config/config.c index 294352a..cdf8f5a 100644 --- a/config/config.c +++ b/config/config.c @@ -100,6 +100,10 @@ char *nmhprivcache = "nmh-private-cache"; /* profile entry for external ftp access command */ char *nmhaccessftp = "nmh-access-ftp"; +/* Default attachment header field name */ +char *attach_hdr = "Attach"; + + /* @@ -213,6 +217,11 @@ char *whatnowproc = NMHBINDIR"/whatnow"; */ char *sendmail = SENDMAILPATH; +/* +** This is the path to the system mail spool directory (e.g. `/var/mail'). +*/ +char *mailspool = MAILSPOOL; + /* ** file stuff