~protesilaos/dotfiles

Make Spam a first class citizen--- v1 PROPOSED

Juanjo Presa: 1
 Make Spam a first class citizen---

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~protesilaos/dotfiles/patches/31631/mbox | git am -3
Learn more about email & git

[PATCH] Make Spam a first class citizen--- Export this patch

Some remote clients refuse to have both spam and del (trash) tags. For
instance syncing tool `lieer` discard spam and keep trash making spam
filter misbehave, other clients directly crash.

On the other hand separating spam and del tags allow different revision
policies before definitive deletion.

---
 emacs/.emacs.d/prot-lisp/prot-notmuch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/.emacs.d/prot-lisp/prot-notmuch.el b/emacs/.emacs.d/prot-lisp/prot-notmuch.el
index 4073240c..61efc0e7 100644
--- a/emacs/.emacs.d/prot-lisp/prot-notmuch.el
+++ b/emacs/.emacs.d/prot-lisp/prot-notmuch.el
@@ -65,7 +65,7 @@ This gets the `notmuch-tag-flagged' face, if that is specified in
  :type '(repeat string)
  :group 'prot-notmuch)

(defcustom prot-notmuch-mark-spam-tags '("+spam" "+del" "-inbox" "-unread")
(defcustom prot-notmuch-mark-spam-tags '("+spam" "-inbox" "-unread")
  "List of tags to mark as spam."
  :type '(repeat string)
  :group 'prot-notmuch)
-- 
2.33.3



-- 
Juanjo Presa
https://nadanix.com
Thank you!  I installed your patch, though I changed the description to:
"prot-notmuch: don't use both 'spam' and 'del' tags"