Przeglądaj źródła

Merge pull request #1003 from staticssleever668/fix_dash_subject

fix(mailsync): delimit notification text from flags
pull/1009/head
Luke Smith 1 rok temu
committed by GitHub
rodzic
commit
05fcf7b3e1
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Wyświetl plik

@@ -45,7 +45,7 @@ case "$(uname)" in

notify() { [ -n "$pgrepoutput" ] && for x in ${displays:-:0}; do
export DISPLAY="$x"
notify-send --app-name="mutt-wizard" "$1" "$2"
notify-send --app-name="mutt-wizard" -- "$1" "$2"
done ;}
;;
esac


Ładowanie…
Anuluj
Zapisz