|
@@ -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() {
|