X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=3cc7305ea4f28614e16b969f7ba93a611373b55e;hp=294352aeec5ef1fcab08c462bf4596ff5f5244fb;hb=3baec236a39c5c89a9bda8dbd988d643a21decc6;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/config/config.c b/config/config.c index 294352a..3cc7305 100644 --- a/config/config.c +++ b/config/config.c @@ -100,6 +100,13 @@ 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"; + +/* the tool to query the mime type of a file */ +char *mimetypequery = "Mime-Type-Query"; +char *mimetypequeryproc = "file -b --mime"; + /* @@ -213,6 +220,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