]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

use the from address as envelope sender
authormartin f. krafft <madduck@madduck.net>
Sat, 28 Aug 2010 14:31:41 +0000 (16:31 +0200)
committermartin f. krafft <madduck@madduck.net>
Sat, 28 Aug 2010 14:32:27 +0000 (16:32 +0200)
.mutt/muttrc
.mutt/sendmail

index 3f086d493d367339372ad750074c18f516e3fa8f..29542ac81bd7db2be3dc74d40e36f8afbc7af029 100644 (file)
@@ -4331,6 +4331,7 @@ set tilde=yes
 # if the ``$sendmail'' variable already contains "-f" or if the
 # executable pointed to by $sendmail doesn't support the "-f" switch.
 # 
+set use_envelope_from=yes
 # 
 # set use_from=yes
 #
index e002a5e0090d543b3397af1145ea22f629e417c1..9efaea33df3bea5a38511f1df85f2193894ee587 100755 (executable)
@@ -24,6 +24,6 @@ cat > $TMPFILE
 args=$(for a in $@; do case "$a" in (*@*) echo "--arg=$a";; esac; done)
 run-parts --umask=0077 --arg="$TMPFILE" $args -- "$CHECKSDIR"
 [ "$1" = -- ] && shift
-$SENDMAIL -- "$@" < "$TMPFILE"
+$SENDMAIL "$@" < "$TMPFILE"
 
 cleanup