diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 10:33:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 10:33:52 -0300 |
commit | 7bedf9f46ae408cfbbc575d938d5c004931084f0 (patch) | |
tree | b9e373ad1c8cbaa984edd76ac624c0fd3819c4ec /scripts | |
parent | Add link to dotfiles repository in README.org (diff) | |
download | dotfiles-7bedf9f46ae408cfbbc575d938d5c004931084f0.tar.gz dotfiles-7bedf9f46ae408cfbbc575d938d5c004931084f0.tar.xz |
Supress notmuch stderr messages
Messages like:
Note: Ignoring non-mail file: /home/andreh/mbsync/EuAndreh/.mbsyncstate
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mail.sh b/scripts/mail.sh index 00c111f..1446485 100755 --- a/scripts/mail.sh +++ b/scripts/mail.sh @@ -7,5 +7,5 @@ else mbsync Nubank & mbsync Gmail & wait - notmuch new + notmuch new 2> /dev/null fi |