summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-28 18:55:17 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-28 18:55:17 +0000
commitc1ed6210705543f645f82e5243b82b2a5d47e513 (patch)
treef937f4b34d3e684b0e68a3d389ad832fbcaf3a69
parentfe8d59b3b4de8478b7315ff778b01cecc8dd1d74 (diff)
Brings newsboat and mutt into line
-rw-r--r--muttrc11
-rw-r--r--newsboat/config20
2 files changed, 17 insertions, 14 deletions
diff --git a/muttrc b/muttrc
index f55dfc9..fd2480f 100644
--- a/muttrc
+++ b/muttrc
@@ -4,6 +4,7 @@
# source the mutt-solarized colorscheme
#source ~/dotfiles/.mutt/mutt-colors-solarized-dark-256.muttrc - no because it doesn't really work ya radge
+source ~/.mutt/mutt-colors-solarized-dark-256.muttrc
set folder = ~/.mail/ # mailbox location
set alias_file = ~/.mutt/aliases # where to store aliases
@@ -13,6 +14,7 @@ set certificate_file = ~/.mutt/certificates # where to store certs
set mailcap_path = ~/.mutt/mailcap # entries for filetypes
set tmpdir = ~/.mutt/temp # where to keep temp files
set signature = ~/.mutt/signature # my signature file
+set attach_save_dir = ~/Downloads
# Allow forwarding of attachments with emails
set mime_forward
@@ -32,8 +34,6 @@ unset mark_old # read/new is good enough for me
set pipe_decode # strip headers and eval mimes when piping
set thorough_search # strip headers and eval mimes before searching
-
-
# nicer text
set text_flowed=yes
@@ -71,7 +71,6 @@ alternates mrlemon@yulqen.org y@yulqen.org hello@twentyfoursoftware.co.uk
# Mailboxes to show in the sidebar.
subscribe announce@openbsd.org
-subscribe debian-user@lists.debian.org
named-mailboxes Inbox +purelymail/INBOX \
Sent +purelymail/Sent \
@@ -223,7 +222,11 @@ bind editor ^T complete
#set query_command = "khard email --parsable %s"
# bind editor <Tab> complete-query
# bind editor ^T complete
-# macro index,pager A "<pipe-message>khard add-email<return>" "add the sender email address to khard"
+
+set query_command = "khard email --parsable %s"
+ bind editor <Tab> complete-query
+ bind editor ^T complete
+ macro index,pager A "<pipe-message>khard add-email<return>" "add the sender email address to khard"
# Better searching in mutt
bind index N search-opposite
diff --git a/newsboat/config b/newsboat/config
index 9bbcf94..996b549 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -38,15 +38,15 @@ bind-key x pb-delete
# default colours
color background white black
color listnormal white black
-color listfocus yellow blue bold
+color listfocus black green bold
color listnormal_unread white black
-color listfocus_unread black blue bold
-color title yellow blue bold
-color info yellow blue bold
-color hint-key yellow blue bold
-color hint-keys-delimiter yellow white
-color hint-separator yellow white bold
-color hint-description yellow white
+color listfocus_unread black green bold
+color title black green bold
+color info black green bold
+color hint-key black green bold
+color hint-keys-delimiter black green
+color hint-separator black green bold
+color hint-description black green
color article white black
refresh-on-startup no
@@ -60,7 +60,7 @@ define-filter "Linux articles" "title =~ \"Linux\""
#highlight-article "title =~ \"Setup\"" yellow red bold
#highlight all "Linux" yellow red bold
notify-program "notify-send"
-notify-screen yes
+notify-screen no
notify-xterm yes
max-items 60
@@ -68,7 +68,7 @@ download-path "~/Downloads"
player mpv
#browser /home/lemon/bin/lynx
-browser xdg-open
+browser lynx
#macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u"
macro m set browser "mpv %u" ; open-in-browser ; set browser "firefox %u"
#