dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ea523d79b4c91e26cb758ca5129d1cd9bdac8469
parent 30400e311d5004dc097f3a27555edaab346d2c05
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon,  3 Apr 2017 12:12:42 -0700

change order of mailboxes according to keybinds

Diffstat:
Mbitbar-plugins/mail.5s.sh | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bitbar-plugins/mail.5s.sh b/bitbar-plugins/mail.5s.sh @@ -12,20 +12,20 @@ accounts="" if [[ $mailboxes == *"riseup"* ]]; then accounts="${accounts}r" fi -if [[ $mailboxes == *"geomail"* ]]; then - accounts="${accounts}a" +if [[ $mailboxes == *"princeton"* ]]; then + accounts="${accounts}p" fi -if [[ $mailboxes == *"ucsd"* ]]; then - accounts="${accounts}u" +if [[ $mailboxes == *"noaa"* ]]; then + accounts="${accounts}n" fi if [[ $mailboxes == *"gmail"* ]]; then accounts="${accounts}g" fi -if [[ $mailboxes == *"princeton"* ]]; then - accounts="${accounts}p" +if [[ $mailboxes == *"geomail"* ]]; then + accounts="${accounts}a" fi -if [[ $mailboxes == *"noaa"* ]]; then - accounts="${accounts}n" +if [[ $mailboxes == *"ucsd"* ]]; then + accounts="${accounts}u" fi if [ "$numbernewmails" -gt 0 ]; then