summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org5
1 files changed, 4 insertions, 1 deletions
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)