diff options
| -rw-r--r-- | .gnus | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,9 @@ '((nntp "archive.lwn.net") (nntp "news.gmane.io")) gnus-summary-line-format "%U%R [%-16,16&user-date;]%I%[%-23,23f%] %s\n" + gnus-thread-sort-functions + '(gnus-thread-sort-by-number + (not gnus-thread-sort-by-most-recent-number)) gnus-treat-display-smileys nil gnus-user-date-format-alist '(((gnus-seconds-today) . "%H:%M") @@ -42,6 +45,7 @@ ;; RET view unread mail in group ;; C-u RET view all mail in group ;; g refresh +;; G G search group ;; ;; When browsing summary buffer: ;; @@ -52,6 +56,8 @@ ;; C-u g show raw, undecoded message source; g to decode ;; T h collapse (hide) thread ;; T s expand (show) thread +;; T k mark thread as read +;; M-1 T k mark thread as unread ;; r reply ;; R reply (quoting) ;; S w reply-all |
