]> diplodocus.org Git - nmh/blobdiff - h/mh.h
Use isascii() with isprint(), since using isprint() on
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 4b3818c00d35d6c0b2e5a7a3643221a7b0bdce96..3c493a1d67dcd8d181ec4e6c8d89399b4992bf17 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -160,7 +160,7 @@ extern struct swit anoyes[];        /* standard yes/no switches */
  * general folder attributes
  */
 #define READONLY   (1<<0)      /* No write access to folder    */
-#define        SEQMOD     (1<<1)       /* folder's sequences modifed   */
+#define        SEQMOD     (1<<1)       /* folder's sequences modified   */
 #define        ALLOW_NEW  (1<<2)       /* allow the "new" sequence     */
 #define        OTHERS     (1<<3)       /* folder has other files       */
 #define        MODIFIED   (1<<4)       /* msh in-core folder modified  */
@@ -489,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;