Re: [Mutt] #2897: message counts in mailbox view all zero (IMAP,
- To: mike@xxxxxx, brendan@xxxxxxxxxx, jajcus@xxxxxxxxxx, j+mutt@xxxxxxxx, knut.a.grythe@xxxxxxx, mark@xxxxxxxxx, pdmef@xxxxxxx, petar@xxxxxxxxxx
- Subject: Re: [Mutt] #2897: message counts in mailbox view all zero (IMAP,
- From: Mutt <fleas@xxxxxxxx>
- Date: Wed, 07 Jan 2009 22:31:13 -0000
- Auto-submitted: auto-generated
- Cc: mutt-dev@xxxxxxxx
- In-reply-to: <046.c62d7bf526715c2431c2e3b7abea0fba@xxxxxxxx>
- List-post: <mailto:mutt-dev@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-dev"
- Mail-followup-to: fleas@xxxxxxxx
- References: <046.c62d7bf526715c2431c2e3b7abea0fba@xxxxxxxx>
- Reply-to: fleas@xxxxxxxx
- Sender: owner-mutt-dev@xxxxxxxx
#2897: message counts in mailbox view all zero (IMAP, courier)
-----------------------------+----------------------------------------------
Reporter: sideshowbarker | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone: 1.6
Component: IMAP | Version: 1.5.19
Resolution: | Keywords: message counts patch
-----------------------------+----------------------------------------------
Changes (by pebo):
* cc: petar@xxxxxxxxxx (added)
* status: closed => new
* version: 1.5.18 => 1.5.19
* resolution: fixed =>
Comment:
I don't want to spoil the party, but since upgrading to 1.5.19 (from
1.5.18) my mailbox view is broken in the same way (all message counts = 0)
and somehow I think, that [5d1cc2f0c1c4] has something to do with it.
Dovecot with Maildir++ (folder separator: '.')
Since the upgrade all folders were delimited by a '/'.. which somehow
didn't affect the general folder browsing but as I said crippled the
mailbox view. My workaround was to drop the '/' from imap_delim_chars and
leave only the dot.
While I don't really understand the diff, the following piece seems
strange to me:
{{{
+ if (idata)
+ delim = idata->delim;
+ else if (ImapDelimChars && ImapDelimChars[0])
+ delim = ImapDelimChars[0];
+ else
+ delim = '/';
}}}
ImapDelimChars[0]? Well, that would be a slash, I guess. And in the case
of ImapDelimChars being empty, it would be a slash anyway..
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2897#comment:26>
Mutt <http://www.mutt.org/>
The Mutt mail user agent