GNUS

How do you read email like news?

(setq gnus-secondary-select-methods '((nnml "private")))

Then split into groups with:

(setq nnmail-split-methods
      '(("mail.neijia"   "^Sender: owner-neijia@lists.Stanford.EDU")
        ("mail.tw2k"     "^Reply-To: twilight2000@MPGN.COM")
        ("mail.personal" "")
       ))

and expire with:

(setq gnus-auto-expirable-newsgroups "mail\\..*")

How to make replying to mail automatically include previous text?

Use R.

Show all the headers?

W v

Fill in paragraphs of an article?

W w

How to change the From name?

How do you get behavior more similar to trn?

How do you stick a bcc to all outgoing mail?

VARIABLES

gnus-interactive-catchup
t means catchup requires confirmation
gnus-interactive-exit
t means quit requires confirmation