On 2015-08-01 14:33 +0200, Joel Dahl wrote:

> I have lots of mailboxes, and I'm used to pressing y to bring up the list of
> mailboxes in order to switch between them. With mutt IMAP, my list of
> mailboxes looks like this:
> 
>   http://mirror.vnode.se/upload/mutt-mailbox-imap.png

Really?  What version of mutt is this?  I haven't been able to get this,
or even a yes/no new mail flag column for the IMAP browser view.  This
is by far the main reason for my current setup, that is running mutt
over ssh to the server.

> It's very easy to see how many unread mails I have in each mailbox. With
> offlineimap and a local Maildir it isn't quite so clear though, this is what
> it looks like if I press y:
> 
>   http://mirror.vnode.se/upload/mutt-mailbox-maildir.png

The problem is clearly the 4th field (or 3rd if counting from 0).  It
looks like the file size; is that really important to you?  If not I'd
just omit it from folder_format.  You can see its current value by doing
":<enter>set ?folder_format<enter>".  Just remove the %s bit and set the
modified value in your .muttrc.

If the file size _is_ relevant, the solution is to use a fixed-width
field and justify the contents, something like (untested) %8.8s

-- 
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.

Reply via email to