Re: ask for pwd

2009-03-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, March 2 at 10:51 PM, quoth Ravi Uday: >Yea I meant password. Ahhh. Well then, I think you can simply create a macro to unset your $smtp_pass variable every time you send a message, e.g.: macro compose y 'unset smtp_pass' >I used to use

Re: ask for pwd

2009-03-02 Thread Ravi Uday
Yea I meant password. I used to use PGP signing with mutt and when we hit 'y' used to ask our password before sending. Now that I removed PGP signing and it doesn't ask for password Ravi On Mon, Mar 2, 2009 at 12:22 PM, Kumar Appaiah wrote: > On Mon, Mar 2, 2009 at 2:10 PM, Kyle Wheeler wrote: >

Re: How to be compatible with Outlook's conversation mode?

2009-03-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, March 3 at 01:04 PM, quoth Magicloud Magiclouds: > I think this option only effects how the mails displayed, right? > My problem is that my mails (composed by mutt) could not be organized > as conversation in the receivers' outlook. Ahh

Re: How to be compatible with Outlook's conversation mode?

2009-03-02 Thread Magicloud Magiclouds
I think this option only effects how the mails displayed, right? My problem is that my mails (composed by mutt) could not be organized as conversation in the receivers' outlook. On Tue, Mar 3, 2009 at 12:24 PM, Kyle Wheeler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday,

Re: How to be compatible with Outlook's conversation mode?

2009-03-02 Thread Grant Edwards
On 2009-03-03, Kyle Wheeler wrote: > > On Tuesday, March 3 at 12:04 PM, quoth Magicloud Magiclouds: >>Hi, >> I use fetchmail/procmail/sendmail and mutt to deal with exchange >>mails in office. Well, my mates told me that, they used to use >>"conversation" mode (similiar to thread) to organize ma

Re: How to be compatible with Outlook's conversation mode?

2009-03-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, March 3 at 12:04 PM, quoth Magicloud Magiclouds: >Hi, > I use fetchmail/procmail/sendmail and mutt to deal with exchange >mails in office. Well, my mates told me that, they used to use >"conversation" mode (similiar to thread) to organize

How to be compatible with Outlook's conversation mode?

2009-03-02 Thread Magicloud Magiclouds
Hi, I use fetchmail/procmail/sendmail and mutt to deal with exchange mails in office. Well, my mates told me that, they used to use "conversation" mode (similiar to thread) to organize mails. But it is weird that all my mails could not be organized by conversation. They always are single, not col

Re: Where did these headers come from?

2009-03-02 Thread Ed Blackman
On Sun, Mar 01, 2009 at 11:16:11AM -0800, Rem P Roberti wrote: Whoa. It turns out that there is a macro in my .muttrc. Here it is: macro index p " " OK, that would be (untested, and broken in two lines for readability): macro index p "set my_weed=$weedunset weed set weed=$my_weed" I'm no

Re: ask for pwd

2009-03-02 Thread Kumar Appaiah
On Mon, Mar 2, 2009 at 2:10 PM, Kyle Wheeler wrote: > On Monday, March  2 at 11:54 AM, quoth Ravi Uday: >>how to make mutt ask for pwd each time you send email ? >>maybe once every 10 mails or based on a timer > > Ask for a pwd? Mutt can't even *change* its pwd (without a patch). > > Why would you

Re: ask for pwd

2009-03-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, March 2 at 11:54 AM, quoth Ravi Uday: >how to make mutt ask for pwd each time you send email ? >maybe once every 10 mails or based on a timer Ask for a pwd? Mutt can't even *change* its pwd (without a patch). Why would you want mutt to do

ask for pwd

2009-03-02 Thread Ravi Uday
hi, how to make mutt ask for pwd each time you send email ? maybe once every 10 mails or based on a timer Ravi

Delimiter used with "+" or "=" shortcut

2009-03-02 Thread Bill Moseley
I have an account on a Courier imapd server, and my mailboxes look like this: imaps://imap.example.com/INBOX imaps://imap.example.com/INBOX.friends imaps://imap.example.com/INBOX.work imaps://imap.example.com/INBOX.lists.mutt imaps://imap.example.com/INBOX.lists.vim As you can

folder browser cursor position

2009-03-02 Thread Nicolas KOWALSKI
Hello, When I read messages in a folder, if I hit 'y' to go back to the folder browser, the cursor is always put to the beginning. Is there a way (configuration option) to tell the cursor in the browser stay at its old position instead of always go at the beginning? This is Mutt 1.5.19 (2009-0

Multiple accounts (using Gmail)

2009-03-02 Thread Bill Moseley
With two accounts I'm using an account-hook. account-hook . \ 'unset imap_user unset imap_pass' account-hook imaps://imap.example.com/ \ 'set imap=user=bill set imap_pass=password' account-hook imaps://imap.gmail.com/ \ 'set imap_user=user