From cf26b4ffe9745b2c758ff2e65da328a10885e608 Mon Sep 17 00:00:00 2001
From: Julian T <julian@jtle.dk>
Date: Sun, 14 Jul 2019 20:27:59 +0200
Subject: Added isync+notmuch+alot+msmtp email setup

---
 email/Scripts/mailSync | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100755 email/Scripts/mailSync

(limited to 'email/Scripts/mailSync')

diff --git a/email/Scripts/mailSync b/email/Scripts/mailSync
new file mode 100755
index 0000000..1ac88ac
--- /dev/null
+++ b/email/Scripts/mailSync
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Sync with IMAP
+mbsync -a
+
+# Index the mails
+notmuch new
+
+# Mark Sent mail
+notmuch tag +sent -inbox -new folder:mailbox/sent
-- 
cgit v1.2.3