Re: external file manager

2011-10-25 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")')) B

Re: IMAP and '+.' format

2011-10-25 Thread Paul
Further, it seems that set postponed="=Drafts" works, but '=' does not word for 'record', which must be the full URL: set record="imaps://server/Sent" -- .

IMAP and '+.' format

2011-10-25 Thread Paul
With set folder="imaps://server" and the 'postponed' variable set to this: set postponed="+.Drafts" I am not asked if I want to resume a postponed message when I press 'm' to compose a message (the postponed message did get saved into the Drafts folder). However, with it set like thi

IMAP FETCH 'Bug'

2011-10-25 Thread Paul
I am currently suffering with the 'bug' detailed http://support.microsoft.com/kb/191504 and https://bugzilla.mozilla.org/show_bug.cgi?id=92111 To summarise it, the remote IMAP server reports sizes incorrectly. That in itself I can live with. However, the effect I can't live with is when the s

Re: Key binding problem

2011-10-25 Thread Tycho Andersen
On Tue, Oct 25, 2011 at 11:18:22PM +0200, Veljko wrote: > > Acording to Rute User's Tutorial and Exposition "The Alt modifier (i.e., > Alt-?) is in fact a short way of pressing and releasing Esc before > entering the key combination; hence Esc then f is the same as > Alt-f--UNIX is different from

Cache Filenames Sensitivity

2011-10-25 Thread Paul
I have enabled header_cache and message_cachedir. When I switch to an IMAP folder, eg. 'Sent', the cache file Sent.hcache is created. When I switch to the same folder, but referring to it as 'sent', sent.hcache is created. I end up with Sent.hcache and sent.hcache, even though they are the same

Re: Key binding problem

2011-10-25 Thread Veljko
On Tue, Oct 25, 2011 at 03:19:38PM -0500, Tycho Andersen wrote: > On Tue, Oct 25, 2011 at 08:53:59PM +0200, Veljko wrote: > > > > Hi! > > > > Alt is same as pushed and released Esc, so \ej would give you ALT+j. > > Thanks for the response! > > Unfortunately, I still have the same problem (push

Re: Key binding problem

2011-10-25 Thread Brandon McCaig
Hello, On Tue, Oct 25, 2011 at 03:19:38PM -0500, Tycho Andersen wrote: > Unfortunately, I still have the same problem (push \ej or push > \252 works, but pressing ALT+j doesn't; pressing esc then j > does, though). I am somewhat familiar with this. I know that in irssi it is the same concept. I h

Re: Key binding problem

2011-10-25 Thread Tycho Andersen
On Tue, Oct 25, 2011 at 08:53:59PM +0200, Veljko wrote: > > Hi! > > Alt is same as pushed and released Esc, so \ej would give you ALT+j. Thanks for the response! Unfortunately, I still have the same problem (push \ej or push \252 works, but pressing ALT+j doesn't; pressing esc then j does, thou

“No authenticators available” [1.5.20 on CentOS 6]

2011-10-25 Thread Michael Graham
I’ve got mutt installed on my VPS running CentOS 6 (installed using yum), but I can’t get it to send mail. It reads it just fine, and I can make changes to the IMAP server without issue, but can’t send. Using the default sendmail mechanism, it appears to send just fine, but never arrives.

Re: Key binding problem

2011-10-25 Thread Veljko
On Tue, Oct 25, 2011 at 01:34:30PM -0500, Tycho Andersen wrote: > Hi all, > > I'm trying to bind a key combination to an action. Specifically, I'm > trying to bind ALT+j to something. :exec what-key gives me octal 252 > as the value for this key combo, so I stuck: > > bind index,pager \252 side

Key binding problem

2011-10-25 Thread Tycho Andersen
Hi all, I'm trying to bind a key combination to an action. Specifically, I'm trying to bind ALT+j to something. :exec what-key gives me octal 252 as the value for this key combo, so I stuck: bind index,pager \252 sidebar-next in my ~/.muttrc. However, when I source it and press ALT+j, it tells

Re: Help with multiple emails

2011-10-25 Thread Gregor Zattler
Hi 42possibletrash, * 42possibletr...@googlemail.com <42possibletr...@googlemail.com> [23. Oct. 2011]: > Thank you for your replies Gregor Zattler and Jostein Gogstad. I have > followed Gregor's advice and moved all my emails into one folder, > /data/mail. This is my current .muttrc: > http://ompl

Re: external file manager

2011-10-25 Thread Volker Bouffier
> I expect it to break with tabs etc in the filename too.     call append(6, map(readfile('/tmp/chosenfiles'), '"Attach: ".substitute(v:val,''\s'',''\\ '',"g")')) This should handle even tabs. I also replaced the insert line with 6. Here is the whole thing: |  " mutt: insert attachment with r