X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/a3a2e59a9cb6ad1bf4b2397d91cfebd7b00a0c31..eb458ce8c75b5aed3835bebfc17640ec0946ff16:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index 35915bc..fd09d3d 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -3927,6 +3927,7 @@ set sort_aux=last-date-received # automatically set this variable to the value of the environment # variable $MAIL if it is not set. # +set spoolfile="=inbox" # # set status_chars="-*%A" # @@ -4139,7 +4140,6 @@ set thorough_search=yes # this variable is not set, the environment variable TMPDIR is # used. If TMPDIR is not set then "/tmp" is used. # -set tmpdir="~/.tmp" # # set to_chars=" +TCFL" # @@ -4444,7 +4444,5 @@ source $my_confdir/hooks set my_mailboxes = `ls ~/.var/offlineimap/mailboxes 2>/dev/null || echo /dev/null` source $my_mailboxes -# this sucks a bit since we hardcode ~/.mutt instead of using $my_confdir, but -# apparently we can't expand that mutt variable for the subshell... -set alias_file = `ls ~/.mutt/aliases 2>/dev/null || echo /dev/null` -source $alias_file +set alias_file="$my_confdir/aliases" +source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"