summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-17 15:14:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-17 15:14:19 +0000
commit65e037ff87100fbeca8cc07c8c211c53b686b4f7 (patch)
tree41063917887b7d4f8f797e37b1521b4256a517ca
parentfb3c47ea49efdea89f065398b24132632af08f90 (diff)
downloadmailutils-65e037ff87100fbeca8cc07c8c211c53b686b4f7.tar.gz
mailutils-65e037ff87100fbeca8cc07c8c211c53b686b4f7.tar.bz2
(MHL_DISABLE_BODY): New flag.
-rw-r--r--mh/mh.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mh/mh.h b/mh/mh.h
index f83753081..dfcb9c7b8 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -307,9 +307,10 @@ int mh_whom __P((char *filename, int check));
void mh_annotate __P((message_t msg, char *field, char *text, int date));
-#define MHL_DECODE 1
-#define MHL_CLEARSCREEN 2
-#define MHL_BELL 4
+#define MHL_DECODE 1
+#define MHL_CLEARSCREEN 2
+#define MHL_BELL 4
+#define MHL_DISABLE_BODY 8
list_t mhl_format_compile __P((char *name));
int mhl_format_run __P((list_t fmt, int width, int length, int flags,

Return to:

Send suggestions and report system problems to the System administrator.