On Thu, Jan 23, 2025 at 12:48:50PM +0100, Johannes Altmanninger wrote:
> I like the flexibility of mblaze to categorize mail, so I run this
> command every few minutes:
>
> offlineimap -o
> magrep /:foo ~/mail/somefolder |
it's visible to "mlist" but not to "magrep" -- looks like magrep
only looks at the "cur" directory and ignores "new". (seg.c::iterdir
«char *m = "/cur";»). Looks like I need to use "minc" (or open
and close mutt). Nice.