X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hp=54fea67d06660a2d21193a428116272228deaab2;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=fd00a3b030ab9d854eac79641f7bf25e6538acc1 diff --git a/config/config.c b/config/config.c index 54fea67..cdf8f5a 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,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"; + + /* @@ -108,11 +121,6 @@ char *buildmimeproc = NMHBINDIR"/mhbuild"; char *catproc = "/bin/cat"; /* -** mhl runs this program as a visual-end. -*/ -char *faceproc = NULL; - -/* ** This program is usually called directly by users, but it is ** also invoked by the spost program to process an "Fcc", or by ** comp/repl/forw/dist to refile a draft message. @@ -209,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