From 81f125d39f083373fb2b158aa610121a1fe1ccd0 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 5 May 2016 15:31:11 +0100 Subject: [PATCH 1/1] Aliases and viewing urls in mutt --- mutt/.mutt/account.com.friedersdorff.max | 1 + mutt/.mutt/account.uk.ac.le.student.mf195 | 1 + mutt/.mutt/muttrc | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/mutt/.mutt/account.com.friedersdorff.max b/mutt/.mutt/account.com.friedersdorff.max index c7c8c93..2edf39c 100644 --- a/mutt/.mutt/account.com.friedersdorff.max +++ b/mutt/.mutt/account.com.friedersdorff.max @@ -12,3 +12,4 @@ set message_cachedir = ~/.mutt/com.friedersdorff.max/cache/bodies set certificate_file = ~/.mutt/com.friedersdorff.max/certificates set trash = "+Trash" +set record = "+Sent" diff --git a/mutt/.mutt/account.uk.ac.le.student.mf195 b/mutt/.mutt/account.uk.ac.le.student.mf195 index 8332a79..d6ff834 100644 --- a/mutt/.mutt/account.uk.ac.le.student.mf195 +++ b/mutt/.mutt/account.uk.ac.le.student.mf195 @@ -12,3 +12,4 @@ set message_cachedir = ~/.mutt/uk.ac.le.student.mf195/cache/bodies set certificate_file = ~/.mutt/uk.ac.le.student.mf195/certificates set trash="+Trash" +set record="+Sent" diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 4157ad8..9259030 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -15,7 +15,23 @@ source "gpg -dq ~/.mutt/passwords.gpg |" # Always check personal email first source ~/.mutt/account.com.friedersdorff.max +# Automatically render html emails. Not sure if this is a good idea auto_view text/html alternative_order text/plain text/enriched text/html +# Solarized color theme source ~/.mutt/solarized.muttrc + +# use abook for aliases +set alias_file=~/.mutt/aliases +set sort_alias= alias +source $alias_file + +#set query_command="abook --mutt-query '%s'" +#macro index a "|abook --add-email\n" 'add sender to abook' +#macro pager a "|abook --add-email\n" 'add sender to abook' + +macro index \cb "|urlview\n" +macro pager \cb "|urlview\n" + + -- 2.45.2