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

> (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)

I'm currently considering function name.
Please tell me what last "f" means. I want to use it as reference.

-- 
Satoshi Yoshida

Reply via email to