diff --git a/astroid/config b/astroid/config index f971a2a..fbefd21 100644 --- a/astroid/config +++ b/astroid/config @@ -1,7 +1,7 @@ { "astroid": { "config": { - "version": "9" + "version": "10" }, "notmuch_config": "\/home\/max\/.notmuch-config", "debug": { @@ -28,7 +28,7 @@ "tags_upper_color": "#e5e5e5", "tags_lower_color": "#333333", "tags_alpha": "0.5", - "hidden_tags": "unread,sent,signed,replied,encrypted,del,attachment,flagged" + "hidden_tags": "unread,sent,signed,replied,encrypted,del,attachment,flagged,inbox" } }, "general": { @@ -115,6 +115,7 @@ "additional_sent_tags": "", "save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/", "signature_file": "signature.txt", + "signature_file_markdown": "signature.md", "signature_default_on": "true", "signature_attach": "false", "always_gpg_sign": "false", diff --git a/astroid/poll.sh b/astroid/poll.sh index 8d8fceb..ec7742c 100755 --- a/astroid/poll.sh +++ b/astroid/poll.sh @@ -27,6 +27,10 @@ notmuch new echo "[DEBUG] Tag mails in offline ARCHIVE folder" notmuch tag +archive -- path:ARCHIVE/** +# Inbox +echo "[DEBUG] Tag mails in in INBOX folder" +notmuch tag +inbox -- path:INBOX/** + # Automatic tagging based on location of mails in folders echo "[DEBUG] Tag mails based on their folder (tag-folder.sh)" bash $CURDIR/scripts/tag-folder.sh # generates commands from tag-folder.csv diff --git a/astroid/signature.md b/astroid/signature.md new file mode 100644 index 0000000..2003935 --- /dev/null +++ b/astroid/signature.md @@ -0,0 +1,6 @@ + +-- +Max Mehl - Program Manager - Free Software Foundation Europe +Contact and further information: [fsfe.org/about/mehl](https://fsfe.org/about/mehl) +Private weblog: [blog.mehl.mx](https://blog.mehl.mx) | Private homepage: [mehl.mx](https://mehl.mx) +Support advocacy for Free Software by [supporting the FSFE](https://fsfe.org/donate).