commit ebaba16753618eb02a212d9182682e1ec3fe9997
parent 66a12ba219d52f3732ca2ea1e947af2148bfc3d6
Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 28 Feb 2017 21:49:29 -0800
show princeton/noaa email status in statusbar
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/bitbar-plugins/mail.5s.sh b/bitbar-plugins/mail.5s.sh
@@ -21,6 +21,12 @@ fi
if [[ $mailboxes == *"gmail"* ]]; then
accounts="${accounts}g"
fi
+if [[ $mailboxes == *"princeton"* ]]; then
+ accounts="${accounts}p"
+fi
+if [[ $mailboxes == *"noaa"* ]]; then
+ accounts="${accounts}n"
+fi
if [ "$numbernewmails" -gt 0 ]; then
mailcolor="#cb4b16"