X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/5089b3ee80379f6a88a14fb4c091d02c244a9cbd..eb458ce8c75b5aed3835bebfc17640ec0946ff16:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index 84260b1..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" # @@ -4445,4 +4445,4 @@ set my_mailboxes = `ls ~/.var/offlineimap/mailboxes 2>/dev/null || echo /dev/nul source $my_mailboxes set alias_file="$my_confdir/aliases" -source "test -f $alias_file && cat $alias_file || echo unset alias_file|" +source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"