M .config/sxiv/exec/image-info => .config/nsxiv/exec/image-info +0 -0
M .config/sxiv/exec/key-handler => .config/nsxiv/exec/key-handler +0 -0
M .mutt/mailcap +1 -1
@@ 2,7 2,7 @@ message/rfc822; less %s; edit="${EDITOR-
text/html; $HOME/Scripts/run_browser %s &>/dev/null; nametemplate=%s.html; test=test -n "$DISPLAY"; needsterminal;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/calendar; $HOME/Scripts/ical_filter.pl; copiousoutput;
-image/*; sxiv %s &>/dev/null
+image/*; nsxiv %s &>/dev/null
video/*; mpv %s
audio/*; mpv %s
text/*; "${EDITOR-vi}" %s
M .mutt/muttrc +1 -1
@@ 94,7 94,7 @@ hdr_order from: to: cc: date: subject:
# boxes
mailboxes +JWR/INBOX +JWR/Sent
-mailboxes +Gmail/INBOX +Gmail/Sent Mail
+mailboxes +Gmail/INBOX +Gmail/Sent
mailboxes +Miromiro/INBOX Miromiro/Sent
mailboxes +Fastmail/INBOX +Fastmail/Sent
M .zsh/functions.zsh +1 -1
@@ 65,7 65,7 @@ contool() { units "$1" "$2" | awk 'NR==1
auction() { date -d "+ $@" '+%F %T'; }
# scan dir for thumbs
-sx() { sxiv -trq "$@" 2>/dev/null ;}
+sx() { nsxiv -trq "$@" 2>/dev/null ;}
# Follow copied and moved files to destination directory
cpf() { cp "$@" && goto "$_"; }