]> granicus.if.org Git - mutt/commit
Teach mutt to expand mutt variables as it does environment
authorBrendan Cully <brendan@kublai.com>
Thu, 12 Jan 2006 06:07:50 +0000 (06:07 +0000)
committerBrendan Cully <brendan@kublai.com>
Thu, 12 Jan 2006 06:07:50 +0000 (06:07 +0000)
commitfbd9ecf3de42fd4f34e8830b2d27672b2ebe09f1
treea7740035f225d7070016605a2c51040c2542e317
parentcb2c165272e7af55ef771b6f4d326bf2002ec6da
Teach mutt to expand mutt variables as it does environment
variables. For example, you might put something like this into a hook:
set sendmail="mysmtp -f $from" Allow user-definable variables starting
with my_. Environment variables take precedence, and expansion does not
occur in shell-escape.
init.c