From 5197bdaa4a89b38f7a3813d870458476c3968e5c Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 13 Dec 2021 03:14:33 +0000 Subject: reshufflings --- gnus.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index 694523f..a422024 100644 --- a/gnus.org +++ b/gnus.org @@ -448,6 +448,7 @@ (expiry-wait . 1) (expiry-target . delete)) ("nnml:jao\\..*" + (posting-style ("Bcc" "proton@jao.io")) (jao-gnus--trash-group "nnml:trash") (jao-gnus--spam-group "nnml:spam") (jao-gnus--archiving-group "nnml:jao.trove")) @@ -576,7 +577,8 @@ (defconst jao-gnus--news-rx (regexp-opt '("ElDiaro.es " "ElDiario.es - ElDiario.es: " - "The Guardian: "))) + "The Guardian: " + "Aeon | a world of ideas: "))) (defun gnus-user-format-function-f (headers) (let* ((from (gnus-header-from headers)) @@ -697,6 +699,7 @@ (setq gnus-treat-fill-long-lines 'head) (setq gnus-treat-fill-article nil) (setq gnus-treat-fold-headers nil) + (setq gnus-treat-strip-leading-blank-lines t) (setq gnus-article-auto-eval-lisp-snippets nil) (setq gnus-posting-styles '((".*" (name "Jose A. Ortega Ruiz")))) (setq gnus-single-article-buffer nil) -- cgit v1.2.3