summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-13 03:14:33 +0000
committerjao <jao@gnu.org>2021-12-13 03:14:33 +0000
commit5197bdaa4a89b38f7a3813d870458476c3968e5c (patch)
tree9365e4ec90ce56db0e10445809a030d094ebb883 /gnus.org
parent79a4f5313188476eb3ff601d85e6b1c24460be35 (diff)
downloadelibs-5197bdaa4a89b38f7a3813d870458476c3968e5c.tar.gz
elibs-5197bdaa4a89b38f7a3813d870458476c3968e5c.tar.bz2
reshufflings
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)