diff options
author | Ben Sima <ben@bsima.me> | 2019-02-13 14:36:02 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-13 14:36:02 -0800 |
commit | ccbcc38a5b0471ae8eaaa619be070511b9764966 (patch) | |
tree | 28a0e94c5bf0aad4e5f601d57bee90d50ae887df | |
parent | 69a8d6adda6457d9f9a2ddb60b095d77acb51daf (diff) |
Forcefully tag inbox
-rw-r--r-- | email.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ in postNew = '' afew -tnv afew -mnv + echo "re-tagging inbox.." + afew -t tag:inbox ''; }; |