Re: sendmail_wait for smtp ?

2008-05-18 Thread Wilkinson, Alex
0n Sat, May 17, 2008 at 12:01:38PM -0500, Kyle Wheeler wrote: >Yes and no. Mutt is not multithreaded, so you can't have it handle the >SMTP connection in the background, so, NO. But if you really want it >backgrounded, why not use a simple SMTP sender (like msmtp or >nullm

Re: HOW to set the UMASK?

2008-05-18 Thread Keld Jørn Simonsen
On Tue, May 13, 2008 at 09:26:55AM -0500, Kyle Wheeler wrote: > On Saturday, May 10 at 01:13 AM, quoth Michelle Konzack: > >Hello, > > > >My system is setup to use a UMASK=002 on my Maildir (procmail do the > >right thing) but if I read the messages with mut, they are after reading > >0600 and

Re: sendmail_wait for smtp ?

2008-05-18 Thread Sahil Tandon
* Wilkinson, Alex <[EMAIL PROTECTED]> [05-18-2008]: > 0n Sat, May 17, 2008 at 12:01:38PM -0500, Kyle Wheeler wrote: > > >Yes and no. Mutt is not multithreaded, so you can't have it handle the > >SMTP connection in the background, so, NO. But if you really want it > >backgrounde

Re: HOW to set the UMASK?

2008-05-18 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday, May 17 at 10:42 PM, quoth Keld Jørn Simonsen: > I have a related problem, when I create files from mutt they are > 600, I would lke them to be 644. My umask is 022. Is there anything > I can do to have my new files 644? Modify main.c. M

Re: HOW to set the UMASK?

2008-05-18 Thread Keld Jørn Simonsen
On Sun, May 18, 2008 at 12:13:06PM -0500, Kyle Wheeler wrote: > On Saturday, May 17 at 10:42 PM, quoth Keld Jørn Simonsen: > > I have a related problem, when I create files from mutt they are > > 600, I would lke them to be 644. My umask is 022. Is there anything > > I can do to have my new files

[FEATURE REQUEST] ~/.muttrc, ~/.mutt/muttrc and other directories

2008-05-18 Thread Michelle Konzack
Hello, Since I am developer and my mailinglist/bts subscriptions explode I like to separate the stuff. Unfortunately I have already over 200 config files in my ~/.mutt/ directory. I know I can use mutt -F ~/.mutt/muttrc_std mutt -F ~/.mutt/muttrc_bts mutt -F ~/.mutt/muttrc_ml b

Re: HOW to set the UMASK?

2008-05-18 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, May 18 at 07:34 PM, quoth Keld Jørn Simonsen: > On Sun, May 18, 2008 at 12:13:06PM -0500, Kyle Wheeler wrote: >> On Saturday, May 17 at 10:42 PM, quoth Keld Jørn Simonsen: >>> I have a related problem, when I create files from mutt they are

how to display a status-message from macros?

2008-05-18 Thread Raphael Brunner
dear users I use macros to switch between different mail-account (sending). Now, I change with macros F2, F3, etc... the 'set from="[EMAIL PROTECTED]"' this works great, but, I want to show the adress. If in .muttrc is this "push " then it display at the start the version-string. Is it also possi

Is file_charset replace by attach_charset?

2008-05-18 Thread Shaochun Wang
I am reading http://wiki.mutt.org/?MuttFaq/Charset now. I noticed that there is an option "file_charset" exists in to deal with attached text file charst problem. But when I try it in my mutt-1.5.16, I couldn't find that option. After doing some digging on the relevant web site, e.g. http://wiki

Re: how to display a status-message from macros?

2008-05-18 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday, May 18 at 08:42 PM, quoth Raphael Brunner: > Now, I use this, but the "sleep" isn't very nice... > > macro index "set from='[EMAIL PROTECTED]'!echo > "use > [EMAIL PROTECTED]";sleep 1" > > is there a way to display a status-message? How

Re: Is file_charset replace by attach_charset?

2008-05-18 Thread Sahil Tandon
* Shaochun Wang <[EMAIL PROTECTED]> [05-19-2008]: > I am reading http://wiki.mutt.org/?MuttFaq/Charset now. I noticed that > there is an option "file_charset" exists in to deal with attached text > file charst problem. But when I try it in my mutt-1.5.16, I couldn't find > that option. > > > Aft

Re: Is file_charset replace by attach_charset?

2008-05-18 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, May 19 at 11:37 AM, quoth Shaochun Wang: > After doing some digging on the relevant web site, e.g. > http://wiki.mutt.org/?PatchList, I guessed that the option > "file_charset" maybe be replaced by "attach_charset". > > Am I right? Yup. f

Re: how to display a status-message from macros?

2008-05-18 Thread Michael Kjorling
On 18 May 2008 23:09 -0500, by [EMAIL PROTECTED] (Kyle Wheeler): >> macro index "set from='[EMAIL PROTECTED]'!echo >> "use >> [EMAIL PROTECTED]";sleep 1" >> >> is there a way to display a status-message? > > set status_format="[EMAIL PROTECTED]: %f." That, or putting a "set ?from" right a