Skip to content
Snippets Groups Projects
Commit 6fb061df authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Optimisation / ménage sur mailcut

parent 7cd5bc66
No related branches found
No related tags found
No related merge requests found
......@@ -1063,11 +1063,8 @@
(interactive)
(end-of-line)
(kill-line)
(save-excursion
(goto-char (point))
(when (re-search-forward ">\\( *>\\)* *" nil t)
(replace-match "" nil t)
(just-one-space)))
(when (re-search-forward "[ >]*" nil t)
(replace-match " " nil t))
(end-of-line)
(gin-do-auto-fill))
;; Au niveau du mapping, c'est un peu tricky. Je n'ai pas trouvé le
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment