diff options
Diffstat (limited to 'gnus.org')
-rw-r--r-- | gnus.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -459,7 +459,7 @@ #+end_src *** Summary line #+begin_src emacs-lisp - (setq gnus-not-empty-thread-mark ?·) ; ↓) + (setq gnus-not-empty-thread-mark ?↓) ; ↓) ?· (setq jao-gnus--summary-line-fmt (concat "%%U %%*%%R %%uj " "[ %%~(max-right 23)~(pad-right 23)uf " @@ -496,7 +496,8 @@ (concat (regexp-opt '("ElDiaro.es " "ElDiario.es - ElDiario.es: " "The Guardian: " - "Aeon | a world of ideas: ")) + "Aeon | a world of ideas: " + ": <author>")) "\\|unofficial mirror of [^:]+: ")) (defun gnus-user-format-function-f (headers) |