On 01.08.10,18:05, Christoph Kukulies wrote: > I'm trying > > mutt -i message.text -s subject -a attachment.jpg recipi...@domain > > Is there a way to do that without being prompted? >
You can try: mutt -s subject -a attachment.jpg recipi...@domain < message.text Jostein
