diff options
| -rw-r--r-- | .gnus | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -121,7 +121,9 @@ ;;; Key bindings. ;; -;; When browsing group buffer: +;; m compose +;; +;; Group buffer: ;; ;; L list all groups ;; RET view unread mail in group @@ -129,7 +131,7 @@ ;; g refresh ;; G G search group ;; -;; When browsing summary buffer: +;; Summary buffer: ;; ;; B m move message to group ;; / N fetch new @@ -148,23 +150,20 @@ ;; d mark read ;; M-u clear marks (≡ mark unread) ;; E expire -;; # mark for next action (or unmark, as of Emacs 28) +;; # toggle mark for next action ;; M-#, M P u unmark for next action ;; -;; In draft summary buffer: +;; Draft summary buffer: ;; ;; D e edit draft ;; -;; Both: -;; -;; m compose -;; -;; When reading article: +;; Article buffer: ;; ;; o save attachment at point ;; K b add button for inlined MIME part ;; -;; When composing: +;; Composing: +;; ;; C-c C-c send ;; C-c C-a attach ;; C-c C-f s change the subject (append "was:") |
