aboutsummaryrefslogtreecommitdiff
path: root/scripts/mail.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 10:33:52 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 10:33:52 -0300
commit7bedf9f46ae408cfbbc575d938d5c004931084f0 (patch)
treeb9e373ad1c8cbaa984edd76ac624c0fd3819c4ec /scripts/mail.sh
parentAdd link to dotfiles repository in README.org (diff)
downloaddotfiles-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/mail.sh')
-rwxr-xr-xscripts/mail.sh2
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