aboutsummaryrefslogtreecommitdiff
path: root/Mail
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
committerVasil Zlatanov <v@skozl.com>2017-04-16 13:05:33 +0200
commitc915def7a196fd412a95e1614078531d6d36bb6d (patch)
treec29a40172c166ba5a3f306fc26bf60db4791ce7e /Mail
parentfd4464cbb193cc6e458e92e23853fd764d57e80f (diff)
downloaddotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2
dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip
massive upgrade to new laptop
Diffstat (limited to 'Mail')
-rw-r--r--Mail/mutt/mailcap2
-rw-r--r--Mail/muttrc5
2 files changed, 4 insertions, 3 deletions
diff --git a/Mail/mutt/mailcap b/Mail/mutt/mailcap
index 2ff7cf2..bc80a85 100644
--- a/Mail/mutt/mailcap
+++ b/Mail/mutt/mailcap
@@ -1,3 +1,3 @@
application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) &
-text/html; vimb '%s' &; test=test -n "$DISPLAY"; needsterminal;
+text/html; chromium '%s' &; test=test -n "$DISPLAY"; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
diff --git a/Mail/muttrc b/Mail/muttrc
index b9c3369..93a8175 100644
--- a/Mail/muttrc
+++ b/Mail/muttrc
@@ -55,7 +55,7 @@ macro index,pager A \
"add the sender email address to khard"
# Load from CardDav
-set query_command="khard email --parsable --search-in-source-files %s"
+set query_command="$HOME/.mutt/mutt-eds-query %s"
@@ -139,7 +139,7 @@ set markers=no
set smart_wrap
# Mutt LED notification
-set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|"
+# set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|"
# Render silly html
set mailcap_path = ~/.mutt/mailcap
@@ -147,3 +147,4 @@ folder-hook . `rm -f /tmp/mutt/*` # delete tmp files crea
auto_view text/html # view html automatically
alternative_order text/plain text/enriched text/html # save html for last
+