Преглед изворни кода

Fix duplicate mailsync notifications

tags/3.2.1
Aaron Friesen пре 3 година
родитељ
комит
c3aa6733f2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Прегледај датотеку

@@ -44,7 +44,7 @@ case "$(uname)" in
messageinfo() { osascript -e "display notification with title \"📧 $from\" subtitle \"$subject\"" ;}
;;
*)
displays="$(pgrep -a Xorg | grep -wo "[0-9]*:[0-9]\+")"
displays="$(pgrep -a Xorg | grep -wo "[0-9]*:[0-9]\+" | uniq)"
notify() { for x in $displays; do
export DISPLAY=$x
notify-send --app-name="mutt-wizard" "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account."


Loading…
Откажи
Сачувај