Re: mutt command line with gpg

2007-08-29 Thread Javier Rojas
2007/8/29, Meenal Pant <[EMAIL PROTECTED]>: > I tried your suggestion of using gpg-agent. This works well with mutt > but only in interactive mode again. Any ideas ? When I try sending > > $> mutt -F ./.muttrc -s "Hello" [EMAIL PROTECTED] > with pgp-autosign= yes set in .muttrc, it is delivered a

Re: mutt command line with gpg

2007-08-29 Thread Meenal Pant
Michelle Konzack wrote: > Am 2007-08-22 16:19:38, schrieb Meenal Pant: > >> Hello, >> I want to use mutt as a command inside a script and therefore I don't >> want to run mutt interactively. >> To achieve this, I use: >> $> mutt -F ./.muttrc -s "Hello" -i ../text.txt [EMAIL PROTECTED] > and

Re: mutt command line with gpg

2007-08-24 Thread Michelle Konzack
Am 2007-08-22 16:19:38, schrieb Meenal Pant: > Hello, > I want to use mutt as a command inside a script and therefore I don't > want to run mutt interactively. > To achieve this, I use: > $> mutt -F ./.muttrc -s "Hello" -i ../text.txt [EMAIL PROTECTED] and get the desired result. > My problem

mutt command line with gpg

2007-08-22 Thread Meenal Pant
Hello, I want to use mutt as a command inside a script and therefore I don't want to run mutt interactively. To achieve this, I use: $> mutt -F ./.muttrc -s "Hello" -i ../text.txt [EMAIL PROTECTED]