Fedora Mutt +

sidebar patch

http://lunar-linux.org/~tchan/mutt/patch-1.5.14.sidebar.20070223.txt

screenshot:

.muttrc:

	set sidebar_width       = 23
	set sidebar_visible     = yes
	color sidebar_new yellow default

	bind index <left> sidebar-prev
	bind index <right> sidebar-next
	bind index <space> sidebar-open

	set folder="~/Mail/mailboxes"

	mailboxes =INBOX \
	=foo \
	=bar
  

trash folder patch

http://scie.nti.st/2007/6/21/mutt-trash-folder-patch-for-1-5-16

.muttrc:

	set trash="~/Mail/mailboxes/trash"