middle click to update mail, other tweaks
This commit is contained in:
parent
b5d868fd94
commit
b3f29ab47f
1 changed files with 5 additions and 3 deletions
|
@ -6,11 +6,13 @@
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) "$TERMINAL" -e neomutt ;;
|
1) "$TERMINAL" -e neomutt ;;
|
||||||
|
2) setsid $HOME/.config/mutt/etc/mailsync.sh >/dev/null & ;;
|
||||||
3) pgrep -x dunst >/dev/null && notify-send "<b>📬 Mail module:</b>
|
3) pgrep -x dunst >/dev/null && notify-send "<b>📬 Mail module:</b>
|
||||||
- Shows unread mail
|
- Shows unread mail
|
||||||
- Left click opens neomutt" ;;
|
- Shows 🔃 if syncing mail
|
||||||
|
- Left click opens neomutt
|
||||||
|
- Middle click syncs mail" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat ~/.config/mutt/.dl 2>/dev/null)"
|
echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat ~/.config/mutt/.dl 2>/dev/null)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue