;; -*-emacs-lisp-*- (setq gnus-article-save-directory "~/news" gnus-check-bogus-newsgroups nil gnus-check-new-newsgroups nil gnus-default-article-saver 'gnus-summary-save-in-mail gnus-default-nntp-server nil gnus-group-line-format "%M%S%p%5y:%L: %(%g%)\n" gnus-large-newsgroup 50 gnus-read-active-file nil gnus-save-newsrc-file nil gnus-select-method '(nntp "newsreader") gnus-summary-line-format "%U%R%z%4i%I%(%[%4L: %-20,20n%]%) %s\n" gnus-use-long-file-name '(not-save) ; to get a hierarchy gnus-user-from-line "Reece Kimball Hart " gnus-uu-tmp-dir (or (getenv "TMPDIR") "/tmp") news-reply-header-hook nil ; gnus-auto-mail-to-author 'ask ) ;(add-hook 'gnus-post-prepare-hook 'gnus-inews-insert-signature) (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode) ; gnus<5.0.12 (add-hook 'news-reply-mode-hook 'mc-install-write-mode) (add-hook 'message-mode-hook 'mc-install-write-mode) (add-hook 'message-send-hook 'ispell-message)