On Sun, May 15, 2016 at 10:19:31AM -0400, Ken Hornstein wrote:

> When you say nmh claims there are "no messages" in the folder, are you
> trying to use scan(1) or inc(1) on it?  The normal nmh utilities do not
> handle Maildir, but inc(1) SHOULD be able to handle a Maildir folder.

My maildir looks like this:

    Mail/
        cur/
        new/
            1463334554.18802_0.gentoo
            1463334554.18801_0.gentoo
            1463334557.18805_0.gentoo
            1463334555.18803_0.gentoo
        tmp/
        context

This is as a result of the following fdm rule:

    match all action maildir "%h/Mail"

Output from command line:

    $ cat .mh_profile
    Path: Mail

    $ cat Mail/context
    Current-Folder: new

    $ inc
    inc: no mail to incorporate

    $ scan
    scan: no messages in new

    $ show
    show: no messages in new

    $ show -version
    show -- nmh-1.3 [compiled on gentoo at Sun May 15 09:43:44 MDT 2016]

If I change the fdm rule as suggested by Anthony Bentley then scan and show
work, but inc still claims there is no mail to incorporate:

    match all action pipe "/usr/lib64/nmh/rcvstore +new"

I suppose that's working as intended?


_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to