mutt command line with gpg
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]
Re: stdin as mbox
The short answer is no. The longer answer is that you can probably wrap something around mutt that captures stdin, dumps it into a temporary file, runs mutt, and then removes that temporary file. -- Thomas Roessler <[EMAIL PROTECTED]> On 2007-08-21 18:21:41 -0700, [EMAIL PROTECTED] wrote: