BTW, I use gpg-agent to avoid having to key in my passphrase multiple times per
day.
Regards,
--
Todd Hesla
On Wed, May 18, 2011 at 07:24:49PM +0200, Ђорђе Тодоровић wrote:
> Date: Wed, 18 May 2011 19:24:49 +0200
> To: Richard , mutt-users@mutt.org
> From: Ђорђе Тодоровић
>
On Wed, May 18, 2011 at 07:24:49PM +0200, Ђорђе Тодоровић wrote:
On Wed, 18 May 2011, Ђорђе Тодоровић wrote:
On Wed, 18 May 2011, Richard wrote:
imap_pass = `echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n 1) `
That works fine, thank you. Also I found this link:
http://www.mail-archive.com
* Ђорђе Тодоровић [18.05.2011. @13:43:05 +0200]:
> I'm using mutt + offlineimap + msmtp to work with my 10+ IMAP accounts. The
> problem is
> that each account has it's own imap_pass and smtp_pass stored in plaintext
> somewhere im
> muttrc, .msmtprc and .offlineimaprc. That makes password mana
On Wed, 18 May 2011, Ђорђе Тодоровић wrote:
On Wed, 18 May 2011, Richard wrote:
On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote:
Is it possible to have my imap_pass set dynamicaly to be an output of some CLI
password
management program (like pwsafe)? Exaple:
imap_pass = "ec
On Wed, 18 May 2011, Richard wrote:
On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote:
Is it possible to have my imap_pass set dynamicaly to be an output of some CLI
password
management program (like pwsafe)? Exaple:
imap_pass = "echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n
On Wed, May 18, 2011 at 01:43:05PM +0200, Ђорђе Тодоровић wrote:
> Is it possible to have my imap_pass set dynamicaly to be an output of some
> CLI password
> management program (like pwsafe)? Exaple:
>
> imap_pass = "echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n 1) |"
does that work?
imap_
I'm using mutt + offlineimap + msmtp to work with my 10+ IMAP accounts. The
problem is
that each account has it's own imap_pass and smtp_pass stored in plaintext
somewhere im
muttrc, .msmtprc and .offlineimaprc. That makes password management very hard,
because
every time I change my passwords