diff options
Diffstat (limited to 'email/Scripts/mailSync')
-rwxr-xr-x | email/Scripts/mailSync | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/email/Scripts/mailSync b/email/Scripts/mailSync deleted file mode 100755 index 1ac88ac..0000000 --- a/email/Scripts/mailSync +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Sync with IMAP -mbsync -a - -# Index the mails -notmuch new - -# Mark Sent mail -notmuch tag +sent -inbox -new folder:mailbox/sent |