From: Oleg Broytman Date: Mon, 21 Sep 2015 15:24:55 +0000 (+0300) Subject: .muttrc: save aliases to a temporary file X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=789595814d75bd88c6c8381b643d0bdd4205b134 .muttrc: save aliases to a temporary file I will move them later manually to one of my aliases files. --- diff --git a/.muttrc b/.muttrc index c12f724..6822a61 100644 --- a/.muttrc +++ b/.muttrc @@ -60,8 +60,8 @@ set write_inc=10 # Progress indicator when writing folders. set allow_8bit # Never do Q-P encoding on legal 8-bit chars set abort_unmodified=no # Let me send empty messages -set alias_file==mutt/aliases # Where to store aliases set attribution=`case "$LC_TIME" in ru_RU*) echo "'÷ %{%a, %d %b %Y × %I:%M:%S%p %Z} %f ÎÁÐÉÓÁÌ:'" ;; *) echo "'On %d, %f wrote:'" ;; esac` +set alias_file==tmp/aliases # Where to store aliases set beep=no # Never beep on errors set collapse_unread=no # Do not collapse thread with unread messages set confirmappend=no # Don't ask me if i want to append to mailboxes