Add markdown signature and introduce inbox tag
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
6
astroid/signature.md
Normal file
6
astroid/signature.md
Normal 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).
|
||||
Reference in New Issue
Block a user