branch: externals/gnorb
commit 2783829379686fe8ce960a6df4e37c88191618ff
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Save return config for quick reply
* gnorb-gnus.el (gnorb-gnus-quick-reply): The trigger action was
returning, but not to the right place. The whole "return" mechanism
is messy and confusing.
---
gnorb-gnus.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index a77a7ed..8c1e961 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -628,6 +628,8 @@ reply."
(targ (car-safe related-headings)))
(if targ
(let ((ret (make-marker)))
+ (setq gnorb-window-conf (current-window-configuration))
+ (move-marker gnorb-return-marker (point))
;; Assume the first heading is the one we want.
(gnorb-registry-make-entry
msg-id from subject targ group)