summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-13 14:36:02 -0800
committerBen Sima <ben@bsima.me>2019-02-13 14:36:02 -0800
commitccbcc38a5b0471ae8eaaa619be070511b9764966 (patch)
tree28a0e94c5bf0aad4e5f601d57bee90d50ae887df /email.nix
parent69a8d6adda6457d9f9a2ddb60b095d77acb51daf (diff)
Forcefully tag inbox
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/email.nix b/email.nix
index 93300a9..7add712 100644
--- a/email.nix
+++ b/email.nix
@@ -49,6 +49,8 @@ in
postNew = ''
afew -tnv
afew -mnv
+ echo "re-tagging inbox.."
+ afew -t tag:inbox
'';
};