Re: external file manager

2011-10-26 Thread Volker Bouffier
    call append(6, map(readfile('/tmp/chosenfiles'), 'Attach: .substitute(v:val,''\s'',''\\ '',g)')) Sorry, this wasn't correct. But I think the following line should do it.         call append(6, map(readfile('/tmp/chosenfiles'), 'Attach: .substitute(v:val,''\(\s\)'',''\\\1'',g)')) But who

Re: external file manager

2011-10-26 Thread Christian Brabandt
On Wed, October 26, 2011 8:43 am, Volker Bouffier wrote: call append(6, map(readfile('/tmp/chosenfiles'), 'Attach: .substitute(v:val,''\s'',''\\ '',g)')) Sorry, this wasn't correct. But I think the following line should do it. call append(6, map(readfile('/tmp/chosenfiles'),

Re: IMAP and '+.' format

2011-10-26 Thread du yang
On Wednesday 10/26/11 07:40:07 CST, Paul wrote: With it set as set record=+.Sent it doesn't put sent mails into the Sent folder (although I'm sure I saw the status briefly say it was uploading the message after (or is it before?) it was sent). With it set like this: You can

Re: external file manager

2011-10-26 Thread Sebastian Tramp
On Wed, Oct 26, 2011 at 09:52:55AM +0200, Christian Brabandt wrote: Would there be interest, to implement an interface to range in the previously mentioned Vim-Plugin? +1 :) - I already use your CheckAttach extension as a submodule from your repo [1] (assuming you are chrisbra :) - and this

Is there a way to display color for embeded code ?

2011-10-26 Thread stardiviner
Sometimes, we will see some embedded code in mail body. I want to know is there a way to show syntax color for those embedded code. Use external tool, or outside something. and so on. Any way, don't make the implement method complex. I know that vim can display corresponding syntax color for

Re: toggle auto_view?

2011-10-26 Thread Baron Fujimoto
On Wed, 26 Oct 2011, Patrick Shanahan wrote: : * Baron Fujimoto mutt@monkeybutt.com [10-26-11 20:09]: : Is there a way to toggle auto_view for a message? : : Normally, I prefer to have mutt use auto_view/mailcap display HTML : MIME parts for messages. There are times though (such as

Alias tab completion not working

2011-10-26 Thread Aaron Toponce
I am using Mutt with two IMAP accounts: Google, and work. I have separate RC files for each account. With Google, I am using 'query_command' to query my Google Contacts with goobook(1). For work, I have setup an alias file, with the necessary aliases. Here are the relevant parts of that RC: #