summaryrefslogtreecommitdiff
path: root/by_os
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2020-11-10 10:39:26 +0100
committerpks <pks@pks.rocks>2020-11-10 10:39:26 +0100
commitdc9a8e668c844b6ebd7bf292ddd360cdf8c1e218 (patch)
tree90c30c788eb88ec59bc563e80ba9a10120c696f4 /by_os
parent7391564a8851f7d7effe0d5797fe5165ed110a20 (diff)
overhault mutt config
Diffstat (limited to 'by_os')
-rw-r--r--by_os/Linux/mutt/.mutt/mailcap15
-rw-r--r--by_os/Linux/mutt/.mutt/primary.rc13
-rw-r--r--by_os/Linux/mutt/.mutt/secondary.rc13
-rw-r--r--by_os/Linux/mutt/.mutt/ui.rc37
4 files changed, 8 insertions, 70 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap
index 779f952..3909e8b 100644
--- a/by_os/Linux/mutt/.mutt/mailcap
+++ b/by_os/Linux/mutt/.mutt/mailcap
@@ -1,11 +1,12 @@
-text/html; browser -new-tab %s &>/dev/null & sleep 1; test=test -n "$DISPLAY"; needsterminal
-text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput
-text/plain; less %s
-application/x-pdf; zathura %s
-application/pdf; zathura %s
application/octet-stream; zathura %s
+application/pdf; zathura %s
+application/x-pdf; zathura %s
+image/gif; feh --auto-rotate -F %s
image/jpeg; feh --auto-rotate -F %s
image/pjpeg; feh --auto-rotate -F %s
image/png; feh --auto-rotate -F %s
-image/gif; feh --auto-rotate -F %s
-
+text/html; browser %s; test=test -n "$DISPLAY"; needsterminal
+#text/html; browser -new-tab %s &>/dev/null; test=test -n "$DISPLAY"; copiousoutput
+#text/html; browser -new-tab %s &>/dev/null & sleep 3; test=test -n "$DISPLAY"; needsterminal
+text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput
+text/plain; less %s
diff --git a/by_os/Linux/mutt/.mutt/primary.rc b/by_os/Linux/mutt/.mutt/primary.rc
deleted file mode 100644
index 8e9387b..0000000
--- a/by_os/Linux/mutt/.mutt/primary.rc
+++ /dev/null
@@ -1,13 +0,0 @@
-color status blue color231
-color sidebar_divider blue color231
-color sidebar_highlight color201 color231
-color indicator color231 blue
-
-set from = "p@simianer.de"
-set sendmail = "/usr/bin/msmtp -a primary"
-set record = "+primary/all"
-set postponed = "+primary/drafts"
-set spoolfile = "+primary/inbox"
-
-macro index,pager S "<save-message>+primary/all<enter><enter><sync-mailbox>"
-
diff --git a/by_os/Linux/mutt/.mutt/secondary.rc b/by_os/Linux/mutt/.mutt/secondary.rc
deleted file mode 100644
index 3501727..0000000
--- a/by_os/Linux/mutt/.mutt/secondary.rc
+++ /dev/null
@@ -1,13 +0,0 @@
-color status red color231
-color sidebar_divider red color231
-color sidebar_highlight color201 color231
-color indicator color231 red
-
-set from = "pks@pks.rocks"
-set sendmail = "/usr/bin/msmtp -a work"
-set record = "+work/all"
-set postponed = "+work/drafts"
-set spoolfile = "+work/inbox"
-
-macro index,pager S "<save-message>+work/all<enter><enter><sync-mailbox>"
-
diff --git a/by_os/Linux/mutt/.mutt/ui.rc b/by_os/Linux/mutt/.mutt/ui.rc
deleted file mode 100644
index 68d7e8e..0000000
--- a/by_os/Linux/mutt/.mutt/ui.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-# status bar
-set status_format = "⎯⎯⎯⎯⎯⎯⎯⎯ %f ⎯⎯%r%m messages %>⎯⎯ "
-
-# sidebar
-set sidebar_divider_char = '⏐'
-
-# colors
-color message color231 magenta
-color normal color0 color231
-color error brightcolor15 color196
-color indicator color201 color231
-color status color243 color231
-color hdrdefault color245 color231
-color header color0 color231 "*"
-color signature color243 color231
-color body color21 color231 "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+"
-color body color21 color231 "((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+"
-color quoted color243 color231
-color quoted1 color196 color231
-color quoted2 color22 color231
-color quoted3 color130 color231
-color quoted4 color51 color231
-color tilde color243 color231
-color tree color238 color231
-color attachment color196 color231
-color index color201 color231 "~N"
-color index color243 color231 "~P"
-color index brightcolor221 color231 "~F"
-color index brightcolor39 color231 "~T"
-color index color196 color231 "~D"
-color search color0 color231
-color underline color0 color231
-color bold color0 color231
-color markers color0 color231
-color sidebar_new color0 color231
-color sidebar_flagged color0 color231
-