| Summary: | mail-client/mutt-1.11.1-r1 sidebar indicates 'N' but vfolder is empty | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | pmn <darwinskernel> |
| Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | net-mail+disabled |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
pmn
2019-01-02 20:19:22 UTC
did this work on previous releases? (In reply to Fabian Groffen from comment #1) > did this work on previous releases? with isync yes, isync's maildir looks a bit different though. i'm hoping to move to mutt's imap to take advantage of CONDSTORE and QRESYNC Support and this happens when i point notmuch to mutt's header/message cache directory. just tested with isync's maildir and it works as expected. I'm midly confused here. Mutt's header cache dir? That's in a specific-to Mutt format, isn't it? Isn't notmuch supposed to operate on maildir/mbox itself? Is isync imapsync? (In reply to Fabian Groffen from comment #4) > I'm midly confused here. Mutt's header cache dir? That's in a specific-to > Mutt format, isn't it? Isn't notmuch supposed to operate on maildir/mbox > itself? perhaps i'm abusing message_cachedir. notmuch however read that directory into its db and will return results on queries run on cli! fyi, for testing puposes, note the '/' at the end of message_cachedir though. mutt will create a directory of caches instead of a single file. > Is isync imapsync? mbsync : http://isync.sourceforge.net/ oh, even with isync's maildir if i set the following: ``` set index_format = "%4C %Z %?M ?+& ?[%02M] %?Gh?%Gh& ? %[%d/%b] %-32F %-32s" ``` which used to work btw, i will get 'N' report on the sidebar but switching to vfolder will only list 'N' and 'L'. notmuch support was dropped from recent Mutt ebuilds, use NeoMutt instead. |