bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] mailutils-mh: Compatibility with new MH-E


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] mailutils-mh: Compatibility with new MH-E
Date: Sun, 10 Aug 2003 23:32:17 +0300

Hi Peter,

Thank you for your report. The bug is actually not related to any
particular version of mh-e: the inc program simply lacks support
for `-format' option (I've forgotten to add it). The fix is:

Index: mh/inc.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/mh/inc.c,v
retrieving revision 1.27
diff -p -u -r1.27 inc.c
--- mh/inc.c    29 Mar 2003 16:59:48 -0000      1.27
+++ mh/inc.c    10 Aug 2003 20:27:26 -0000
@@ -110,6 +110,10 @@ opt_handler (int key, char *arg, void *u
     case ARG_FORM:
       mh_read_formfile (arg, &format_str);
       break;
+
+    case ARG_FORMAT:
+      format_str = arg;
+      break;

     case ARG_FILE:
       input_file = arg;


Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]