Emanuel Berg <in...@dataswamp.org> writes:

> It is a bit confusing to call them that. It is a local
> redefinition by you. "HIH" for example isn't a signature if it
> appears above "-- " or if there is no "-- ".

Yes. Excuse me, my word choice was bad.

> (defun gnus-article-wash-more ()
>   (interactive)
>    (article-translate-strings
>     '(("Skickades från E-post för Windows 10"       "")
>       ("Sendt fra min iPad"                         "")
>       ("Skickat från Yahoo Mail för iPhone"         "")
>       ("--8<---------------cut"                     "")
>       ("here---------------start------------->8---" "")
>       ("here---------------end--------------->8---" "") ))
>    (gnus-article-strip-multiple-blank-lines) )
>
> ;; (setq gnus-article-prepare-hook nil)
> (defun gnus-article-prepare-hook-f ()
>   (gnus-with-article-buffer
>     (gnus-article-wash-more) ))
> (add-hook 'gnus-article-prepare-hook #'gnus-article-prepare-hook-f)

It's amazing.

-- 
Satoshi Yoshida

Reply via email to