staticssleever668
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
bin/mailsync
|
|
@@ -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 |
|
|
|