From 7bedf9f46ae408cfbbc575d938d5c004931084f0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 10:33:52 -0300 Subject: Supress notmuch stderr messages Messages like: Note: Ignoring non-mail file: /home/andreh/mbsync/EuAndreh/.mbsyncstate --- scripts/mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3