bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] Re: Buglets in Mailutils MH


From: Sergey Poznyakoff
Subject: [bug-mailutils] Re: Buglets in Mailutils MH
Date: Tue, 19 Aug 2003 13:24:06 +0300

Hi,

The recent commit to Mailutils CVS fixes all mentioned bugs, except

> 1) If I leave the cc: line empty, nmh will strip it in the out-going
>    message, since it wasn't used.  It's still listed in this message by
>    mh-mu.

Notice, that the support for `repl -group' has been added as well,
so I'd propose the following patch:

Index: mh-comp.el
===================================================================
RCS file: /cvsroot/mh-e/src/mh-comp.el,v
retrieving revision 1.259
diff -p -u -r1.259 mh-comp.el
--- mh-comp.el  18 Aug 2003 19:01:09 -0000      1.259
+++ mh-comp.el  19 Aug 2003 10:20:38 -0000
@@ -514,7 +514,7 @@ for the reply.  See also documentation f
          (show-buffer mh-show-buffer)
          (config (current-window-configuration))
          (group-reply (or (equal reply-to "cc") (equal reply-to "all")))
-         (form-file (cond ((and (mh-variant-p 'nmh) group-reply
+         (form-file (cond ((and (mh-variant-p 'nmh 'mu-mh) group-reply
                                 (stringp mh-repl-group-formfile))
                            mh-repl-group-formfile)
                           ((stringp mh-repl-formfile) mh-repl-formfile)
@@ -528,7 +528,7 @@ for the reply.  See also documentation f
                         '("-nocc" "all"))
                        ((equal reply-to "to")
                         '("-cc" "to"))
-                       (group-reply (if (mh-variant-p 'nmh)
+                       (group-reply (if (mh-variant-p 'nmh 'mu-mh)
                                         '("-group" "-nocc" "me")
                                       '("-cc" "all" "-nocc" "me"))))
                  (cond ((or (eq mh-yank-from-start-of-msg 'autosupercite)

                  
Regards,
Sergey            




reply via email to

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