Re: imap closed after leaving index screen for awhile

2009-07-21 Thread bill lam
On Wed, 22 Jul 2009, Kyle Wheeler wrote: > If you want to use the IDLE feature of IMAP, then yes, you need to set > $imap_idle yourself. Thanks Kyle, setting imap_idle solved the problem. Another question about imap, does it require mutt to poll the server just like pop3, or the imap server will

mailcap not called for text/html in attachment screen

2009-07-27 Thread bill lam
I guess it only happen after updated to the current tip. I have set autoview text/html using w3m. In the past, when I chose from the attachment screen, text/html item will call w3m as defined in my mailcap. However now it calls autoview again so that apparently it ignores the mailcap. However n

Re: mailcap not called for text/html in attachment screen

2009-07-27 Thread bill lam
On Mon, 27 Jul 2009, Christian Ebert wrote: > Use , bound to m by default; forces viewing the > attchment by mailcap. Thank you! That works. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

Re: couldn't save certificate

2009-08-18 Thread bill lam
Not sure if this is useful to you. I use debian and install its ca-certificates package, and add the following line inside my ~/.muttrc set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt -- regards, GPG key 1024D/4434BAB3 2008-08

Re: Colors in quoted *replies*

2009-08-20 Thread bill lam
On Thu, 20 Aug 2009, steve wrote: > Well that's done since ages but doesn't help here, all quoted lines are > in the same color. When replying the temp file is /tmp/mutt-xx and filetype.vim inside vim should be able to detect it's filetype as 'mail'. try verify :set ft? or :set syn? or exam

how to suppress "hit/press any key to .." message

2009-08-23 Thread bill lam
After I use urlview to view some http links. When I quit w3m it said "Hit any key to quit w3m:" When it returns to urlview's screen and I quit (q), it said "Press any key to continue..." Is there any means to suppress these message so that I do not need to press extra key to quit? -- reg

Re: how to suppress "hit/press any key to .." message

2009-08-23 Thread bill lam
On Mon, 24 Aug 2009, fvw wrote: > On Mon, Aug 24, 2009 at 09:55:29AM +0800, bill lam wrote: > >After I use urlview to view some http links. > > > >When I quit w3m it said > > "Hit any key to quit w3m:" > >When it returns to urlview's screen

Re: how to suppress "hit/press any key to .." message

2009-08-23 Thread bill lam
On Mon, 24 Aug 2009, bill lam wrote: > On Mon, 24 Aug 2009, fvw wrote: > > On Mon, Aug 24, 2009 at 09:55:29AM +0800, bill lam wrote: > > >After I use urlview to view some http links. > > > > > >When I quit w3m it said > > > "Hit any key to quit

Re: how to suppress "hit/press any key to .." message

2009-08-24 Thread bill lam
On Mon, 24 Aug 2009, Monte Stevens wrote: > Try an uppercase `Q'. > > For more w3m command help: press `H'. Thanks. I just forgot that I rebind 'Q' to the same action as 'q' because too often I mistype C-q as Q and quit w3m unexpectedly. -- regards,

Re: keyboard paste address in compose, To: line

2009-09-03 Thread bill lam
On Thu, 03 Sep 2009, Patrick Gen-Paul wrote: > I'm pretty sure that a bit like mutt, gnu/screen supports piping its > commands to an external application, but I'm don't see at a glance > how this could be implemented. You can use screen bindkey. Adding the following into ~/.screenrc, the xsel ser

imap cannot resume from error

2009-09-10 Thread bill lam
My gmail account contains more than 4 message inside in-box. When mutt started to connect and fetch email headers into cache, it took and a long time and finally failed. I then used thunderbird imap to connect to it. It also failed _but_ if I clicked again it continued to download the rema

Re: imap cannot resume from error

2009-09-10 Thread bill lam
On Thu, 10 Sep 2009, Kyle Wheeler wrote: > If you could produce a mutt debug file with the tail end of the IMAP > conversation, so we can investigate what kind of error gmail is > sending, perhaps the problem could be fixed. How to do it? -- regards, ===

Re: imap cannot resume from error

2009-09-11 Thread bill lam
(This is near the bottom should be the last good message) [2009-09-11 15:55:26] 4< ) [2009-09-11 15:55:26] parse_parameters: `charset=UTF-8' [2009-09-11 15:55:26] parse_parameter: `charset' = `UTF-8' [2009-09-11 15:55:26] 4< * 42400 FETCH (UID 385328 RFC822.SIZE 6877 INTERNALDATE "11-Sep-2009 07:

Re: MIME sub-type "octet-stream" doesn't trigger smime_* for received

2009-09-15 Thread bill lam
On Tue, 15 Sep 2009, Jason wrote: > damn, here I go again... however, I've narrowed it down. > > Jason wrote: > [snip] > > I've followed the smime howto's, imported my certs, tried .mime.types, > > .mailcap to no avail. mutt refuses to decrypt it. When i select the > > email, it shows "applicat

Re: functions/procedures in muttrc

2009-09-20 Thread bill lam
On Sun, 20 Sep 2009, Tamas K Papp wrote: > I read the manual but could not find anything similar. info in mutt manual is hard to find unless you have already known that command. ;-) look for the 'source' command, eg source ~/mymuttfile -- regards, ==

Re: Howto view MIME type message/feedback-report in mutt

2009-09-20 Thread bill lam
On Sun, 20 Sep 2009, Patrick Ben Koetter wrote: > I spent the last hour searching how I can display MIME parts specified as > "message/feedback-report" (plaintext) inline in mutt, but I fail to find a > solution that works on my mutt (1.5.20) on Ubuntu/Karmic. > > What I have tried so far is using

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread bill lam
On Sat, 26 Sep 2009, Coeus Wang wrote: > Hi all, > I recently use mutt to manage my mails. I want to highlight mails which > only send to (which has a "+" marker). What code should I add to my > config files? Thanks a lot! perhaps like this, color indexgreen black ~p -- r

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread bill lam
On Sun, 27 Sep 2009, Coeus Wang wrote: > James Michael Fultz writes: > > > * bill lam [2009-09-27 12:36 +0800]: > >> On Sat, 26 Sep 2009, Coeus Wang wrote: > >> > Hi all, > >> > I recently use mutt to manage my mails. I want to highlight mails whic

Re: How to highlight a mail which sent to me ONLY?

2009-09-27 Thread bill lam
Thanks, I also learn a new thing. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

Re: save tagged messages

2009-10-17 Thread bill lam
On Sun, 18 Oct 2009, Daniel Dalton wrote: > Hi, > > How do I save all tagged messages to a mail box? Tagging the messages I > want to save then pressing s doesn't seem to work? Does anyone know what > command I am looking for? Hi Dan, you may prefix it with a ";" that is, after tagging messages,

Re: regex and UTF-8

2009-10-30 Thread bill lam
I also use utf-8 as system locale and charset in muttrc. But I have no problem in default case-insensitive search. eg. ~f kevin can match Kevin. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB

Re: regex and UTF-8

2009-10-30 Thread bill lam
On Fri, 30 Oct 2009, Kevin Kammer wrote: > $ LC_ALL=C mutt AFAIK, gnu sort perform case sensitive sort for POSIX or C locale, compare output from ls |sort # case insensitive in my locale ls |LC_ALL=C sort# case sensitive -- regards, ==

Re: Checking for Attachments within mutt and vim

2009-10-31 Thread bill lam
On Sun, 01 Nov 2009, Brian Salter-Duke wrote: > However, in the install instructions, what do you mean by:- > > simple load CheckAttach.vba and source it using :so %.vba? > > I have no idea what this means. Load it where and how? Source is where > and how? > try vim CheckAttach.vba :so % :q

Re: Content-Transfer-Encoding: quoted-printable && urlview(1)

2009-11-01 Thread bill lam
On Sun, 01 Nov 2009, Michael Wagner wrote: > in Debian there is a package called 'urlscan'. I think it's better than >From email header, it seems that you are using squeeze/sid. Apparently urlscan or its dependency is broken here in lenny. -- regards, ===

Re: Change default "Re: your mail" subject when replying to blank

2009-11-02 Thread bill lam
On Mon, 02 Nov 2009, Michael Williams wrote: > Is it possible to change the default "Re: your mail" subject that mutt I have no problem with that default, but the subject "Re: your mail" looks like a spam. -- regards, GPG key 1024D/4434BAB3 20

Re: HTML mail: Why isn't it displayed?

2009-11-07 Thread bill lam
On Tue, 03 Nov 2009, lee wrote: > Hi, > > I've got an email with these headers: > > > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > X-Spam_score: 4.4 > X-Spam_score_int: 44 > X-Spam_bar: > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio

Re: HTML mail: Why isn't it displayed?

2009-11-07 Thread bill lam
On Sat, 07 Nov 2009, lee wrote: > On Sat, Nov 07, 2009 at 06:35:17PM +0800, bill lam wrote: > > On Tue, 03 Nov 2009, lee wrote: > > > Hi, > > > > > > I've got an email with these headers: > > > > > > > > > Content-Type: t

Re: Names in sent folder

2009-11-15 Thread bill lam
On Fri, 13 Nov 2009, Alex Huth wrote: > Even when i comment my index_format line there is no change in the index of > the sent folder. I have only one address ia m sending from. > How can i use different index_format for different folders? > > * Kevin Kammer schrieb: > [---=| TOFU protection by t-

Re: Question on Attachment sent by Mutt

2010-05-11 Thread bill lam
Does your version of mutt support the "-a" option which will generate proper mime-compliant header? Срд, 12 Май 2010, Qi Zhang писал(а): > Yes, because the attachments are generated by scripts then put into > different folders. > Each receiver has different amount of attachments. > redirect mail a

Re: return reciepts

2010-07-01 Thread bill lam
Чтв, 01 Июл 2010, lee писал(а): > On Mon, Jun 28, 2010 at 10:21:31PM +0200, lee wrote: > > Hi, > > > > how do you handle return reciepts with mutt? I know I can add header > > lines to request a reciept (with my_hdr), but how do I make it so that > > reciepts are requested based on, for example, r

Re: return reciepts

2010-07-02 Thread bill lam
Сбт, 03 Июл 2010, Rado S писал(а): > Wasted effort compared to an editor macro to add some line like > "please acknowledge receipt and respond ASAP". > If you just want to reverse the default, add such line to your > $signature, and delete it when not desired. IMO the key to get response is polite

Re: Mailbox closed

2010-07-04 Thread bill lam
Вск, 04 Июл 2010, chombee писал(а): > Mutt seems to be unable to keep an IMAP connection open for long. I > use several versions of mutt on several different computers, with > several different IMAP accounts. In all cases, I frequently come back to > an instance of mutt to find it saying "Mailbox c

Re: auto_view with firefox doesn't leave the file for firefox to view

2010-08-19 Thread bill lam
I heard that firefox is client-server in that it will open link in a remote running instance of firefox. If firefox is not already running, it will start one and close the current instance and then start again to connect to the new remote instance. Try if it will improve by keeping a running inst

<    1   2