emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb ac392c0 053/449: Leave point in body of message r


From: Stefan Monnier
Subject: [elpa] externals/gnorb ac392c0 053/449: Leave point in body of message replies
Date: Fri, 27 Nov 2020 23:15:07 -0500 (EST)

branch: externals/gnorb
commit ac392c03b047ba62d2c0ca9ac7796f8e2e6445f2
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Leave point in body of message replies
    
    gnorb-org.el: gnorb-org-setup-message
    
    If we already have a To, or this is a reply, don't leave point in the To
    header.
---
 lisp/gnorb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index 632fcea..920f84e 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -133,7 +133,7 @@ point."
        (insert-buffer text)
       (insert text)))
   ; put point somewhere reasonable
-  (if mails
+  (if (or mails message)
       (message-goto-body)
     (message-goto-to)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]