You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Email checker for mail indexed with mu (matryer#905)
* Email checker for mail indexed with mu
* Use bash instead of sh
* Include image url and update documentation
* Address shellcheck errors
* Tidy up by storing parts of mu commands in variables
* Conditional to display information only when unread mails > 0
* Store results of parenthetical statements instead of results of echo
I was getting the wrong value for unread_total due to how wc -l was
evaluating its input. This captures the correct value.
0 commit comments