bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] Re: Mailutils vs. nmh


From: Sergey Poznyakoff
Subject: [bug-mailutils] Re: Mailutils vs. nmh
Date: Thu, 13 May 2010 10:39:58 +0300

Peter S Galbraith <address@hidden> ha escrit:

> It was:
> 
> repl: -annotate -inplace -width 1024

Ah, that's it! The -[no]inplace option is not implemented, indeed.
Should I make it a noop instead of bailing out?

> The other error:
> $ /usr/bin/mu-mh/repl 
> repl: cannot open mailbox mh:/home/peter/Mail/Mail: No such file or directory

Thanks, I've found the bug.  Please, apply the attached patch.

> has a simple .mh_profile file created by mailutils install-mh.  It has:
[...]
> and editing it doesn't seem to help...

FWIW, adding a Draft-Folder overrides the bug.

Regards,
Sergey

diff --git a/mh/repl.c b/mh/repl.c
index af6b22d..13d3cc0 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -147,7 +147,7 @@ opt_handler (int key, char *arg, struct argp_state *state)
     {
     case ARGP_KEY_INIT:
       wh_env.draftfolder = mh_global_profile_get ("Draft-Folder",
-                                                 mu_folder_directory ());
+                                                 mh_get_dir ());
       break;
       
     case ARG_ANNOTATE:

reply via email to

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