Re: Automatically Highlight (Select) Current Folder in Folder View

2015-08-31 Thread Ian Zimmerman
On 2015-08-31 04:48 -0400, Grady Martin wrote: > folder-hook Vim-Main set my_current_folder = "Vim-Main" > folder-hook Vim-Development set my_current_folder = "Vim-Development" > folder-hook Vim-GitHubset my_current_folder = "Vim-GitHub" > > macro index h

Switching inboxes sometimes launches Compose

2015-08-31 Thread Matthew Phillips
Newbie question, I have keybindings to switch between configurations like this: macro index 'source ~/.mutt/account.work!' macro index 'source ~/.mutt/account.mp!' Some times when I hit f2/f3 instead of changing inboxes it starts a compose. I don't have any other keybindings for f2/f3, any

S/MIME from the command line?

2015-08-31 Thread Ralf Hildebrandt
I found: http://comments.gmane.org/gmane.mail.mutt.user/40965 And right now I'm trying to send S/MIME signed mails from the command line. Invoking mutt interactively using my custom config: % mutt -F ~/muttrc works as expected (mail is being signed, sender is set correctly and so on) Invoking

highlighting *bold* and _underline_ in mutt

2015-08-31 Thread Cameron Simpson
In case anyone wants this... I just had someone highlight some text I'd missed in a quote, *thus*. Now I'm using this script "mutt-highlight" in my default display_filter: https://bitbucket.org/cameron_simpson/css/src/tip/bin/mutt-highlight Share and enjoy. Use the "Raw" link to fetch. The