Re: ask for pwd

2009-03-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday, March  3 at 09:30 AM, quoth Ravi Uday:
>> 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'
>>
>
> Can this be changed to ask for pwd if mailbox is idle for sometime, 
> typing password for each send operation is time consuming, once in a 
> while is fine.

It'd be tricky; mutt doesn't have a "timer hook", so you'd have to try 
to fake it using shell escapes.

~Kyle
- -- 
Men at some time are masters of their fates:
The fault, dear Brutus, is not in our stars,
But in ourselves, that we are underlings.
   -- Shakespeare, in Julius Caesar
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkmuJGwACgkQBkIOoMqOI17q2ACg7syuKwTLe8rl/bE5TL5nYTi3
7/MAoKt4Q0NQhDp3UyhoFknhWlNOZpK4
=+s/E
-END PGP SIGNATURE-


Re: ask for pwd

2009-03-03 Thread Ravi Uday
> 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'
>

Can this be changed to ask for pwd if mailbox is idle for sometime, typing
password for each send operation is time consuming, once in a while is fine.

- Ravi


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 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

Was it asking for your *PGP* password, or was it asking for your 
account password? I'm guessing the former.

~Kyle
- -- 
Patriotism is the last refuge of a scoundrel.
  -- Samuel Johnson
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkms2iEACgkQBkIOoMqOI14dJgCgmCtP3H0Zoh2czd+eIY9M/i1R
Ax0AoMggbnf9qnYUyUm8l9iWRRvEVXue
=sk3H
-END PGP SIGNATURE-


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:
>> 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 that? What are you trying to accomplish?
>
> Using my context sensitive parsing of SMSpeak[1], I presume he means password.
>
> Kumar
>
> [1]: http://e-mail.is-not-s.ms/
> --
> Kumar
>


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 want mutt to do that? What are you trying to accomplish?

Using my context sensitive parsing of SMSpeak[1], I presume he means password.

Kumar

[1]: http://e-mail.is-not-s.ms/
-- 
Kumar


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 that? What are you trying to accomplish?

~Kyle
- -- 
Last comes the beverage of the Orient shore, Mocha, far off, the 
fragrant berries bore. Taste the dark fluid with a dainty lip, 
Digestion waits on pleasure as you sip.
-- Pope Leo XII
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkmsPSAACgkQBkIOoMqOI15o7QCgte+eqV1vgzle48EbQFM5yQlQ
H+YAnRa7xbdmqbN2HZMc9pSRsdcfNVux
=H6tz
-END PGP SIGNATURE-


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