X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=3cc7305ea4f28614e16b969f7ba93a611373b55e;hb=6e271608b7b9c23771523f88d23a4d3593010cf1;hp=30c95749558191d3eea3941f5c196c34915a433e;hpb=8ff284ff9167eff8f5349481529332d59ed913b1;p=mmh diff --git a/config/config.c b/config/config.c index 30c9574..3cc7305 100644 --- a/config/config.c +++ b/config/config.c @@ -103,6 +103,9 @@ 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"; @@ -217,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