diff options
| author | fpi | 2020-07-08 16:25:10 +0200 | 
|---|---|---|
| committer | fpi | 2020-07-08 16:26:10 +0200 | 
| commit | 99f445575ec26b13b1803a2bc24c3b2e8a445866 (patch) | |
| tree | 8c3ebb86ef886f25b5bfe6ffe2e6440e4cd188a1 | |
| parent | Add gnorb to combine gnus, org & bbdb (diff) | |
Fix gnorb in summary-line-format
| -rw-r--r-- | gnus.org | 6 | 
1 files changed, 4 insertions, 2 deletions
@@ -244,8 +244,10 @@ Also try to connect threads by guessing which articles are missing  #+end_src  Better thread display (from [[https://www.emacswiki.org/emacs/GnusFormatting][emacswiki/GnusFormatting)]].  #+begin_src emacs-lisp -(setq -     gnus-summary-line-format "%U%R%z<<gnorb-summary-line-format>> %(%&user-date;  %-15,15f  %B%s%) <<gnorb-summary-tags>>\n" +(setq gnus-summary-line-format (concat "%U%R%z" +                                      "<<gnorb-summary-line-format>>" +                                      " %(%&user-date;  %-15,15f  %B%s%) " +                                      "<<gnorb-summary-tags>>" "\n")       gnus-user-date-format-alist '((t . "%y-%m-%d %H:%M"))       gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references       gnus-sum-thread-tree-false-root ""  | 
