bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] Question on sieving and mu-mh


From: Jean Louis
Subject: [bug-mailutils] Question on sieving and mu-mh
Date: Mon, 15 Jul 2019 00:22:32 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

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/address@hidden/1 <- this is mh format
Maildir/address@hidden/cur
Maildir/address@hidden/new
Maildir/address@hidden/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}";
            }




reply via email to

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