send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 6a5cf9f..1331a14 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -250,10 +250,6 @@ extern int msg_count;        /* m_getfld() indicators (That's a hack!) */
 # define min(a,b) ((a) < (b) ? (a) : (b))
 #endif
 
-#ifndef abs
-# define abs(a) ((a) > 0 ? (a) : -(a))
-#endif
-
 /*
 ** GLOBAL VARIABLES
 */
@@ -277,8 +273,8 @@ extern char *mailstore;      /* name of mail storage directory  */
 ** on any system.
 */
 extern char *attach_hdr;
-extern char *backup_prefix;
-extern char *altmsglink;
+extern char *sign_hdr;
+extern char *enc_hdr;
 extern char *components;
 extern char *context;
 extern char *curfolder;
@@ -288,7 +284,6 @@ extern char *defaultfolder;
 extern char *digestcomps;
 extern char *distcomps;
 extern char *draftfolder;
-extern char *fileproc;
 extern char *foldprot;
 extern char *forwcomps;
 extern char *inbox;
@@ -301,17 +296,13 @@ extern char *mhlreply;
 extern char *mimetypequery;
 extern char *mimetypequeryproc;
 extern char *msgprot;
-extern char *nmhaccessftp;
 extern char *nmhstorage;
-extern char *nmhcache;
-extern char *nmhprivcache;
 extern char *nsequence;
 extern char *profile;
 extern char *psequence;
 extern char *rcvdistcomps;
 extern char *replcomps;
 extern char *replgroupcomps;
-extern char *rmmproc;
 extern char *sendmail;
 extern char *seq_all;
 extern char *seq_beyond;
@@ -322,6 +313,7 @@ extern char *seq_next;
 extern char *seq_prev;
 extern char *seq_unseen;
 extern char *seq_neg;
+extern char *trashfolder;
 extern char *usequence;
 extern char *version_num;
 extern char *version_str;