Peter S Galbraith <[email protected]> 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:
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to