(goto-char (point-min))
(replace-regexp " ? ?;-)$" "")))))
+(defun tfheen-de-tillify ()
+ (interactive)
+ (save-excursion
+ (if (string= (message-fetch-field "From") "Andreas Tille <tillea@rki.de>")
+ (let ((inhibit-point-motion-hooks t)
+ buffer-read-only)
+ (set-buffer gnus-article-buffer)
+ (goto-char (point-min))
+ (replace-regexp "^\\(>.*\\)
+\\([^>]\\)" "\\1
+
+\\2")))))
+
(defun tfheen-right-quotify ()
(interactive)
(save-excursion
(add-hook 'gnus-article-prepare-hook 'tfheen-de-arntify)
+(add-hook 'gnus-article-prepare-hook 'tfheen-de-tillify)
;(add-hook 'gnus-article-prepare-hook 'tfheen-right-quotify)
(add-hook 'gnus-article-display-hook 'gnus-article-highlight-citation)