Hello Sergey,

Please help me, I am not sure if I am getting it
right.

I can see that MH-E works with GNU mh tools, and
it can read or incorporate emails from Maildir
folder.

But emails are not saved as maildir.

Is there way to save it as maildir format?

But what happens if I save it, or refile it with
`o' from mh-e, is that it will be saved into
maildir folder like:

Maildir/s...@example.com/1 <- this is mh format
Maildir/s...@example.com/cur
Maildir/s...@example.com/new
Maildir/s...@example.com/tmp

And I still have the maildir folder there.

If there is some settings that makes mh works with
maildir, let me know.

Other question is about sieve, I have tried to
sieve from mh folder to Maildir but I do not get
any messaget not even with the -v verbose flag.

I used this one below.

Jean

require [ "fileinto", "variables" ];
if address :matches [ "from" ] "*" {
  set "recipient" :lower "${1}";
  fileinto "~/Maildir/${recipient}";
            }


_______________________________________________
Bug-mailutils mailing list
Bug-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to