Re: how to revert an attachment when composing

2009-02-10 Thread Nicolas Sebrecht
On Wed, Feb 11, 2009 at 10:03:27AM +0800, bill lam wrote: > > When composing new mails, I can use "a" to add attachments. However I > cannot find any hot-key to revert an attachment (do not attach that > attachment). Is there any way to do it? D ? -- Nicolas Sebrecht

Re: Archiving

2009-02-13 Thread Nicolas Sebrecht
uot;Looking for spam." spam=0 for mail in $(find "${src}" -type f) ; do bogofilter -I "${mail}" && { echo "Spam found : $mail" spam=$((spam+1)) mv "$mail" "$dest" } total=$((total+1)) done echo "Total spam found : $spam/$total" #EOF- I call this script like this from mutt : macro pager "\Cwf" "bogofilter-wrapper.sh 'nicolas_MAILBOX_gmail.com' '[Gmail].Spam'" "Filter mails" macro index "\Cwf" "bogofilter-wrapper.sh 'nicolas_MAILBOX_gmail.com' '[Gmail].Spam'" "Filter mails" -- Nicolas Sebrecht

Re: How to change dynamically the From hdr?

2009-02-16 Thread Nicolas Sebrecht
ne can do it with a mailer under X (e.g. gmail.com). Not sure to understand what you're looking for exactly. Could you explain, please ? What's that mysterious feature « choose on the fly the From: field ? » -- Nicolas Sebrecht

Re: experiences with offlineimap

2009-02-16 Thread Nicolas Sebrecht
nces with offlineimap or am I the only > lucky one? I use offlineimap here and had some similar crashes (not that much however). The last version from the repository works fine here but I'm not using the deamon mode. -- Nicolas Sebrecht

Re: experiences with offlineimap

2009-02-17 Thread Nicolas Sebrecht
e versions; maybe I'll just have to follow the repo more > closely for a while. I hope so. Also, you can open a bug to explain your problem and ask for a step by step proccess to know how give more relevant information. However, you should have some time to waste that way. -- Nicolas Sebrecht

Re: better mailbox lists

2009-04-02 Thread Nicolas Sebrecht
../ ? Hmm, it would not be a good idea as it's the way to go to the parent directory. -- Nicolas Sebrecht

Re: get mail in directory browser

2009-04-06 Thread Nicolas Sebrecht
On Mon, Apr 06, 2009 at 09:56:08PM -0500, Zhengquan Zhang wrote: > macro index,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" macro generic,pager G "! /usr/bin/getmail -v \n" "Invoke getmail" -- Nicolas Sebrecht

mailing lists and gmail with mutt

2009-05-02 Thread Nicolas Sebrecht
a way to tell Google to NOT do what _they_ think is the best for me? Or maybe I missed a mutt configuration option? My web researchs didn't help me. Thanks, -- Nicolas Sebrecht

Re: mailing lists and gmail with mutt

2009-05-03 Thread Nicolas Sebrecht
ink about it. Ouch. Actually, I'm switching to another emails provider (gmx.com). Thank you all, -- Nicolas Sebrecht

Re: [Solved?] mailing lists and gmail with mutt

2009-05-05 Thread Nicolas Sebrecht
On Sat, May 02, 2009 at 08:55:41AM +0200, Nicolas Sebrecht wrote: > Recently, I moved one of my email address to gmail. The problem is that > Google thinks it's a good idea to not show what _they_ consider to be > duplicated mails. > > I have one folder per mailing list.

Re: Check folders in an alphabetical way

2009-05-06 Thread Nicolas Sebrecht
e-folder) key shall return the next folder > in alphabetical order. I don't know if it would work with imap but it should be possible to order the folder using the key "o". -- Nicolas Sebrecht

Re: mutt removing stuff in brackets from subject

2009-07-19 Thread Nicolas Sebrecht
A regular expression used to recognize reply messages when threading > > and replying. > ^ I tend to think it should not be used when threading: replying and threading are two unrelated tasks. What about adding a "$thread_regexp"? -- Nicolas Sebrecht

Re: Displaying tar.gz archives

2009-07-22 Thread Nicolas Sebrecht
type. > > Any thoughts on how to approach this? Look at "mime_lookup" in the documentation. -- Nicolas Sebrecht

Can't set alternates

2010-07-02 Thread Nicolas Sebrecht
Hi, I've added this line in my muttrc file set alternates=...@email.address but got alternates : unknown variable (translated message) with mutt v1.5.18. Any idea on what's going on? -- Nicolas Sebrecht

Re: Can't set alternates

2010-07-02 Thread Nicolas Sebrecht
y much, it did solve the problem. I refered to this page : http://www.mutt.org/doc/manual/manual-6.html May I ask why "alternates" is still in the "6.3 Configuration variables" chapter? -- Nicolas Sebrecht

Re: prevent gmail from rewriting from envelope

2010-07-07 Thread Nicolas Sebrecht
t? Yes, this is my current work flow. In mutt I set "my_hdr From: m...@email" and in gmail I remove the envelope rewriting (somewhere in the options). -- Nicolas Sebrecht

Re: prevent gmail from rewriting from envelope

2010-07-08 Thread Nicolas Sebrecht
e about the > 'somewhere in the options'? I haven't found anything. It works with > thunderbird, > though. -> settings -> accounts and import -> send mail as -> edit info -> Specify a different "reply-to" address (optional): nothing -- Nicolas Sebrecht

Re: prevent gmail from rewriting from envelope

2010-07-12 Thread Nicolas Sebrecht
bit more precise about the > 'somewhere in the options'? I haven't found anything. It works with > thunderbird, > though. > > @ Nathaniel > Yes, since "set use_envelope_from=no" is default, I have tried both Notice I don't set use_envelope_from. -- Nicolas Sebrecht

Re: prevent gmail from rewriting from envelope

2010-07-15 Thread Nicolas Sebrecht
and > thought > that this might be the problem; somehow. This current email is one which is concerned. I only use official emails service providers. -- Nicolas Sebrecht