mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 42223132cc3e72b69f8bdde4d3f48a61a5358c15
parent c4a2d1c9b7a56d79fe3defbaaf1d543d95e103c8
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri, 26 Apr 2019 10:42:35 -0400

libnotify note in mailsync

Diffstat:
Mbin/mailsync | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/mailsync b/bin/mailsync @@ -4,6 +4,7 @@ # Checks for internet connection and set notification script. ping -q -c 1 1.1.1.1 > /dev/null || exit pgrep -x mbsync >/dev/null && echo "mbsync already running." && exit +command -v notify-send >/dev/null || echo "Note that \`libnotify\` or \`libnotify-send\` should be installed for pop-up mail notifications with this script." export DISPLAY=:0.0