summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
'';
};