mutt -p failed to send message, how to fix?
- To: mutt-users@xxxxxxxx
- Subject: mutt -p failed to send message, how to fix?
- From: Paul Drynoff <pauldrynoff@xxxxxxxxx>
- Date: Mon, 26 Jun 2006 00:36:04 +0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=mteN55YQs0FITZERFvBMlU8CzRgdkG0eUqXjgdjyy++PpZxwkbpCWGd5wkFwyd+dOJpU9snn7DB2VRhyEzpCqqdrXwnvNEvwZdRbLdCj2EVMUogEgUyBcsaBay+twV5xuKLyqrLMVE+8Kt0gsZk5rkE1WPr/KCd124klAVDsRiM=
- List-unsubscribe: <mailto:mutt-users-request@mutt.org?body=unsubscribe>
- Sender: owner-mutt-users@xxxxxxxx
Hello.
I have something like this in ~/.muttrc
set sendmail = "/usr/bin/nbsmtp ..."
and can successfully send message,
but if I postpone email, and after that
start mutt with "-p" option, on attempt send mail it tell
something like this:
sendmail: invalid option -- o
Usage: sendmail -f from@xxxxxxxxxxx -h relayhost [OPTIONS] (use -H for help)
why mutt tries to use "-o" option and how force him to not use this
strange option?