Commit 65e037ff 65e037ff87100fbeca8cc07c8c211c53b686b4f7 by Sergey Poznyakoff

(MHL_DISABLE_BODY): New flag.

1 parent fb3c47ea
Showing 1 changed file with 4 additions and 3 deletions
...@@ -307,9 +307,10 @@ int mh_whom __P((char *filename, int check)); ...@@ -307,9 +307,10 @@ int mh_whom __P((char *filename, int check));
307 307
308 void mh_annotate __P((message_t msg, char *field, char *text, int date)); 308 void mh_annotate __P((message_t msg, char *field, char *text, int date));
309 309
310 #define MHL_DECODE 1 310 #define MHL_DECODE 1
311 #define MHL_CLEARSCREEN 2 311 #define MHL_CLEARSCREEN 2
312 #define MHL_BELL 4 312 #define MHL_BELL 4
313 #define MHL_DISABLE_BODY 8
313 314
314 list_t mhl_format_compile __P((char *name)); 315 list_t mhl_format_compile __P((char *name));
315 int mhl_format_run __P((list_t fmt, int width, int length, int flags, 316 int mhl_format_run __P((list_t fmt, int width, int length, int flags,
......