
Code: Select all
set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"I'm confused as to what you mean, here's what happens to me when I use mutt to read imap:BlinkEye wrote:does someone know how to display unread (not new) messages in the folder preview?
the BIG PROBLEM is that mutt displays only the new message in the mailboxes (i.e. once mutt is closed a still unread new message loses its status "new" even though it is still new and is treated as unread). i understand that this might be of use but then i NEED a flag for unread messages.
this is my folder format:i'd appreciate any hack to circumvent this issue, i really hate to go every time through my bunch of folders.Code: Select all
set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"
idea: if i could jump from new/unread message to another one i'd be satisfied for the moment. but i haven't figured out how to do that (i use imap)
Code: Select all
mark_old
Type: boolean
Default: yes
Controls whether or not mutt marks new unread messages as old if
you exit a mailbox without reading them. With this option set,
the next time you start mutt, the messages will show up with an
"O" next to them in the index menu, indicating that they are
old.

Code: Select all
source ~/.muttconf/profiles/profile.active
macro index X "!~/muttprofile\n:source ~/.muttconf/profiles/profile.active\n" "Call muttprofile and load profile"
source ~/.muttconf/muttfolders
source ~/.muttconf/spamlearn
send-hook (lvlug@lvlug.org) $ "source ~/.muttconf/profiles/profile.four-twenty\n"
send-hook (unleashed@lvlug.org) $ "source ~/.muttconf/profiles/profile.four-twenty\n"
set sort=threads # sorting the mails in threads
set sort_aux=date-sent # sort brother mails inside threads
source ~/.muttconf/muttcolor
set realname = WhyteWolf
set reverse_name = yes
set reverse_realname = yes
set alternates = "whytewolf@four-twenty.com"
set edit_headers = yes
set weed = no
set status_on_top = yes
set timeout = 10
set quit = ask-yes
set arrow_cursor = yes
set pager_context = 1
set pager_stop = yes
set markers = no
set signature = "~/.signature"
set askbcc = yes
set askcc = yes
set record = ~/Mail/Sent
set folder = "~/Mail/"
set spoolfile = imap://localhost
mailboxes ! `find ~/Mail/ -type f ! -name "Sent" ! -name ".*" ! -name "*.archive" ! -regex ".*Archives.*" -printf "=%P "` imap://localhost
macro index <left> ':mailboxes `find ~/Mail/ -type f ! -name "Sent" ! -name ".*" ! -name "*.archive" ! -regex ".*Archives.*" -printf "=%P "`<enter>c?<toggle-mailboxes>'
subscribe lvlug@ lvlug-unleashed@ phpmyadmin-users@ phpmyadmin-news@ gentoo-gwn@ openmosix-general@
folder-hook spam push 'D.\n'
set sort_alias = alias
set alias_file=~/.muttconf/addresses
source ~/.muttconf/addresses