diff options
Diffstat (limited to '.gnus')
| -rw-r--r-- | .gnus | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,6 +59,12 @@ ("Date" nil eighters-date) ("Newsgroups:.*," nil gnus-header-newsgroups) ("" gnus-header-name gnus-header-content)) + gnus-sorted-header-list + (list + ;; What, when. + "^Subject:" "^Summary:" "^Keywords:" "^Date:" + ;; Who. + "^From:" "^Followup-To:" "^To:" "^Cc:" "^Newsgroups:" "^Organization:") gnus-treat-display-smileys nil) (add-hook 'gnus-summary-mode-hook |
