X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=cdf8f5a737c88ac511f57110fec8597176f5c3c6;hp=fb216021ab4e2d44665a0c461d4f31ba97efc39f;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=8e5be81f784682822f5e868c1bf3c8624682bd23 diff --git a/config/config.c b/config/config.c index fb21602..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"; + + /* @@ -204,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