723ce3878b036f08d93e7aa6e587098abefb5a0e
commit 723ce3878b036f08d93e7aa6e587098abefb5a0e
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Nov 9 13:33:54 2021 -0500

Added mutt config

diff --git a/bashrc/bashrc-all b/bashrc/bashrc-all
index 3e76f11..494f4c8 100644
--- a/bashrc/bashrc-all
+++ b/bashrc/bashrc-all
@@ -97,6 +97,7 @@ case $(hostname) in
}

alias ssh-old="ssh -oKexAlgorithms=+diffie-hellman-group1-sha1"
+ alias sleep-open="sudo zzz && slock"

echo "Loaded Void Work Config"
;;
diff --git a/himalaya/himalaya_shell_ui.sh b/himalaya/himalaya_shell_ui.sh
index 6ac3235..e9830d2 100644
--- a/himalaya/himalaya_shell_ui.sh
+++ b/himalaya/himalaya_shell_ui.sh
@@ -3,9 +3,9 @@
# $BAT_PATH and $HIMALAYA_PATH are provided by .bashrc, where this
# file is sourced from

-alias eml="$HIMALAYA_PATH list" # List emails in default inbox
+alias eml="$HIMALAYA_PATH list -s 10" # List emails in default inbox
alias ems="$HIMALAYA_PATH send" # Provide email via stdin and send
-alias emwatch="watch -g -c -n 60 $HIMALAYA_PATH list" # List emails every 60 seconds, if something changes, stop watching
+alias emwatch="watch -g -c -n 60 $HIMALAYA_PATH list -s 2" # List emails every 60 seconds, if something changes, stop watching

# Read email passed and page into bat/less
function emr() {