From 0fd408cef2703d36f50a215b5391670e3fac9262 Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Wed, 24 Apr 2024 15:21:53 +0200
Subject: [PATCH] bugfix sur mailcut

---
 .emacs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.emacs b/.emacs
index c0bf32f..4c23aed 100644
--- a/.emacs
+++ b/.emacs
@@ -1065,6 +1065,7 @@
   (kill-line)
   (when (re-search-forward "[ >]*" nil t)
     (replace-match " " nil t))
+  (just-one-space)
   (end-of-line)
   (gin-do-auto-fill))
 ;; Au niveau du mapping, c'est un peu tricky. Je n'ai pas trouvé le
-- 
GitLab