Sfoglia il codice sorgente

libnotify note in mailsync

tags/v3.1
Luke Smith 5 anni fa
parent
commit
42223132cc
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      bin/mailsync

+ 1
- 0
bin/mailsync Vedi File

@@ -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



Caricamento…
Annulla
Salva