aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMail/.local/share/mail/.notmuch/hooks/post-new2
-rw-r--r--Mail/.mbsyncrc3
-rw-r--r--Shell/.zprofile3
3 files changed, 3 insertions, 5 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new
index e0e9131..579447c 100755
--- a/Mail/.local/share/mail/.notmuch/hooks/post-new
+++ b/Mail/.local/share/mail/.notmuch/hooks/post-new
@@ -9,7 +9,7 @@ notmuch tag -inbox -unread +spam 'path:general/Junk/**'
notmuch tag -inbox +warwick from:'*@warwick.ac.uk*'
-notmuch tag -inbox +receipts from:'*@paypal.co.uk*' \
+notmuch tag -inbox -unread +receipts from:'*@paypal.co.uk*' \
from:'*@namcheap.com*' from:'*@digitalocean.com*' \
from:'*@spotify.com*' from:'*@nationalexpress.com*'
diff --git a/Mail/.mbsyncrc b/Mail/.mbsyncrc
index 28bc1e9..3510183 100644
--- a/Mail/.mbsyncrc
+++ b/Mail/.mbsyncrc
@@ -23,6 +23,3 @@ SyncState *
MaxMessages 0
ExpireUnread no
# End profile
-
-
-
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 5795a62..a522d41 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -4,7 +4,8 @@
export EDITOR='emacsclient -a "emacs" -c'
export EA_EDITOR=$EDITOR
export TERMINAL="alacritty"
-export BROWSER="qutebrowser"
+export BROWSER="chromium"
+export WEBKIT_FORCE_SANDBOX=0
export PF_INFO="ascii title os memory uptime editor wm shell"
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true