(interactive)
(save-excursion
(if (or (string= (message-fetch-field "From") "Andreas Tille <tillea@rki.de>")
+ (string= (message-fetch-field "From") "md@Linux.IT (Marco d'Itri)")
(string= (message-fetch-field "From") "Nathanael Nerode <neroden@twcny.rr.com>"))
(let ((inhibit-point-motion-hooks t)
buffer-read-only)
("^nnml:jobb.opera.elektra" "opera.SCORE")))
(setq gnus-use-cache t
+ gnus-agent-cache nil
message-kill-buffer-on-exit t
nnvirtual-always-rescan t
rmail-dont-reply-to-names "tfheen\\|tollef\\|nobody\\|never\\|none"
mc-gpg-comment "Please see my GPG key at http://err.no/gpgkey.asc"
gnus-simplify-ignored-prefixes "^\\([Aa][Dd]: \\|[Ss][Vv]: \\|[Rr][Ee]: \\)+"
message-yank-prefix "| "
+ message-yank-empty-prefix "| "
message-yank-cited-prefix "| "
message-citation-line-function 'tfh-insert-citation-line
message-cite-function 'tfheen-cite-function
gnus-summary-mode-line-format "Gnus: %G [%A] %Z")
(setq gnus-uncacheable-groups "^nnml")
-; (add-to-list 'mm-discouraged-alternatives "text/html")
+(add-to-list 'mm-discouraged-alternatives "text/html")
;; text processing definitions
Send bidrag til no-alt-gullkorn@moderators.usenet.no
OBS: <URL:http://www.stud.ifi.uio.no/~jani/OBS/no-alt-gullkorn.shtml>")))
((and (message-mail-p) (stringp gnus-newsgroup-name))
- ("Mail-Followup-To" (gnus-group-get-parameter gnus-newsgroup-name 'to-address)))
+ ("Mail-Followup-To" (or (gnus-mailing-list-followup-to)
+ (gnus-group-get-parameter gnus-newsgroup-name 'to-address))))
; ("Mail-Followup-To" (or (gnus-group-get-parameter gnus-newsgroup-name 'to-address)
; (if (tfheen-debian-group-p)
; (mapconcat '(lambda(x)
(add-hook 'message-header-setup-hook 'message-subject-strip-any-re)
(setq gnus-treat-display-smileys nil
- gnus-ignored-from-addresses "tfheen@\\(add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tfheen@canonical.com\\|tollef-[^@]*@add\\.no")
+ gnus-ignored-from-addresses "tfheen@\\(canonical.com\\|ubuntu.com\\|add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tollef-[^@]*@add\\.no")
(cw/requiring-package (deuglify))