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

bugfix sur mailcut

parent bccd4129
No related branches found
No related tags found
No related merge requests found
...@@ -1065,6 +1065,7 @@ ...@@ -1065,6 +1065,7 @@
(kill-line) (kill-line)
(when (re-search-forward "[ >]*" nil t) (when (re-search-forward "[ >]*" nil t)
(replace-match " " nil t)) (replace-match " " nil t))
(just-one-space)
(end-of-line) (end-of-line)
(gin-do-auto-fill)) (gin-do-auto-fill))
;; Au niveau du mapping, c'est un peu tricky. Je n'ai pas trouvé le ;; 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