Rest of the MMDF-style mail drop support removal.
[mmh] / config / config.c
index fb21602..cdf8f5a 100644 (file)
@@ -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