branch: externals/gnorb
commit bd4246df5c665a282b76d0057881ce910132e86e
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Check for live Gnus before following a link
* gnorb-utils.el (gnorb-follow-gnus-link): This can make a mess,
otherwise.
---
gnorb-utils.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnorb-utils.el b/gnorb-utils.el
index 44eef8f..2e61b6b 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -160,6 +160,8 @@ link.
3. Otherwise just follow the link as usual, in the current
window."
+ (unless (gnus-alive-p)
+ (gnus))
(let* ((sum-buffer (gnus-summary-buffer-name group))
(target-buffer
(cond