X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.c;h=3cc7305ea4f28614e16b969f7ba93a611373b55e;hb=3baec236a39c5c89a9bda8dbd988d643a21decc6;hp=fb216021ab4e2d44665a0c461d4f31ba97efc39f;hpb=8e5be81f784682822f5e868c1bf3c8624682bd23;p=mmh diff --git a/config/config.c b/config/config.c index fb21602..3cc7305 100644 --- a/config/config.c +++ b/config/config.c @@ -74,11 +74,20 @@ char *mhlforward = "mhl.forward"; /* forw -filter */ char *defaultfolder = "+inbox"; char *draftfolder = "+drafts"; -/* name of current message "sequence" */ -char *current = "cur"; - char *inbox = "Inbox"; /* profile entry name to specify the default folder */ char *curfolder = "Current-Folder"; + +/* predefined sequences */ +char *seq_all = "a"; +char *seq_beyond = "b"; /* the previous `new' sequence */ +char *seq_cur = "c"; +char *seq_first = "f"; +char *seq_last = "l"; +char *seq_next = "n"; +char *seq_prev = "p"; +char *seq_unseen = "u"; +char *seq_neg = "!"; + char *usequence = "Unseen-Sequence"; char *psequence = "Previous-Sequence"; char *nsequence = "Sequence-Negation"; @@ -91,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"; + /* @@ -204,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