X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=294352aeec5ef1fcab08c462bf4596ff5f5244fb;hb=afd666e21d9a1bd391f037c82b7c097d69e7b2f4;hp=54fea67d06660a2d21193a428116272228deaab2;hpb=fd00a3b030ab9d854eac79641f7bf25e6538acc1;p=mmh diff --git a/config/config.c b/config/config.c index 54fea67..294352a 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"; @@ -108,11 +117,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.