]> diplodocus.org Git - nmh/blobdiff - h/mh.h
Fix tests with oauth disabled.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index b8c60ca80c86d067eeca787201fface5a1c505ad..8dcad654e23e8161694a7aff6fdd729d166557ae 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -377,7 +377,6 @@ typedef struct m_getfld_state *m_getfld_state_t;
 #define        MS_UNKNOWN      1       /* type not known yet         */
 #define        MS_MBOX         2       /* Unix-style "from" lines    */
 #define        MS_MMDF         3       /* string mmdlm2              */
-#define        MS_MSH          4       /* whacko msh                 */
 
 #define        NOUSE   0               /* draft being re-used */
 
@@ -490,6 +489,7 @@ extern char *sendproc;
 extern char *showmimeproc;
 extern char *showproc;
 extern char *usequence;
+extern char *user_agent;
 extern char *version_num;
 extern char *version_str;
 extern char *whatnowproc;