Add markdown signature and introduce inbox tag

This commit is contained in:
2017-11-14 14:11:11 +01:00
parent 000856a0ef
commit 3f8726c26c
3 changed files with 13 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"astroid": { "astroid": {
"config": { "config": {
"version": "9" "version": "10"
}, },
"notmuch_config": "\/home\/max\/.notmuch-config", "notmuch_config": "\/home\/max\/.notmuch-config",
"debug": { "debug": {
@@ -28,7 +28,7 @@
"tags_upper_color": "#e5e5e5", "tags_upper_color": "#e5e5e5",
"tags_lower_color": "#333333", "tags_lower_color": "#333333",
"tags_alpha": "0.5", "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": { "general": {
@@ -115,6 +115,7 @@
"additional_sent_tags": "", "additional_sent_tags": "",
"save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/", "save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/",
"signature_file": "signature.txt", "signature_file": "signature.txt",
"signature_file_markdown": "signature.md",
"signature_default_on": "true", "signature_default_on": "true",
"signature_attach": "false", "signature_attach": "false",
"always_gpg_sign": "false", "always_gpg_sign": "false",

View File

@@ -27,6 +27,10 @@ notmuch new
echo "[DEBUG] Tag mails in offline ARCHIVE folder" echo "[DEBUG] Tag mails in offline ARCHIVE folder"
notmuch tag +archive -- path:ARCHIVE/** 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 # Automatic tagging based on location of mails in folders
echo "[DEBUG] Tag mails based on their folder (tag-folder.sh)" echo "[DEBUG] Tag mails based on their folder (tag-folder.sh)"
bash $CURDIR/scripts/tag-folder.sh # generates commands from tag-folder.csv bash $CURDIR/scripts/tag-folder.sh # generates commands from tag-folder.csv

6
astroid/signature.md Normal file
View File

@@ -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).