소스 검색

Merge pull request #1003 from staticssleever668/fix_dash_subject

fix(mailsync): delimit notification text from flags
pull/1009/head
Luke Smith 1 년 전
committed by GitHub
부모
커밋
05fcf7b3e1
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/mailsync

+ 1
- 1
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


불러오는 중...
취소
저장