* John Magolske <[email protected]> [141231 00:43]:
> [...] Setting mark_old will take care of this, moving all
> remaining messages from new/ to cur/ and labeling un-viewed messages
> as "old" with an "O" in the message index view. Which is fine, but
> when entering an mbox folder, to add this "O" an additional line is
> added to the header of every message in the mbox that was New:
> 
>     Status: O
> 
> which is something I'd rather avoid when browsing large mbox archives
> with 100k+ messages for example. One thought is to set mark_old for
> Maildir folders, and unset mark_old for mbox...is there a way to
> accomplish this?

AFAIK there's no way to create a folder-hook that responds depending
on whether a folder is mbox or Maildir. The best solution I could come
up with is to make folder hooks on an individual folder basis:

    unset mark_old
    folder-hook . 'unset mark_old'
    folder-hook =List/public-inbox-meta set mark_old

Regards,

John

-- 
John Magolske
http://B79.net/contact

Reply via email to