Hi, list! I'm uploading the new mutt-ng package.
Mutt next generation (mutt-ng) is a fork of the well-known email client mutt with the goal to both incorporate all the patches that are floating around in the web, and to fix all the other little annoyances of mutt. Usage: In my experience, mutt-ng won't use your regular ~/.muttrc (or ~/.mutt/.muttrc) file, but instead looks for its own ~/.muttngrc file. My simple solution was to create a ~/.muttngrc file that sources my ~/.muttrc and also contains any mutt-ng-specific settings. That way I can switch back to standard mutt with minimal impact. Here's my ~/.muttngrc file so far: #regular mutt settings source ~/.mutt/.muttrc # mutt-ng settings set sidebar_visible="no" set sidebar_width=25 set shorten_hierarchy color sidebar_new yellow default bind index <space> sidebar-open bind index F flag-message bind pager F flag-message macro index H "c?\t" macro index h "<enter-command>bind index j sidebar-next<enter> <enter-command>bind index k sidebar-prev<enter>" macro index l "<enter-command>bind index j next-undeleted<enter> <enter-command>bind index k previous-undeleted<enter>" macro index <f2> "<enter-command>set invsidebar_visible<enter>" set header_cache="~/.mutt/headers" This file does contain the configuration settings you'll need if you want a sidebar, just set sidebar_visible to yes. What I did was set up a macro so that I can toggle the sidebar view by pressing F2. -- Üdvözlettel/Regards: Kovács, János (janny) (o< - Frugalware Linux = Let's make things frugal! //\ Linux 2.6.13-fw1 (i686/athlon-4) GNU/Linux V_/_ Skype: kovi_janny || ICQ: 74213406 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
