branch: externals/gnorb
commit 3b81d8c873c6ac872f3fc47429a6b0cbc2d77e32
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
Don't mark the 'artno key as precious
* packages/gnorb/gnorb-utils.el (gnorb-tracking-initialize): This was
supposed to have been fixed several commits ago!
* packages/gnorb/gnorb.el: Bump version to 1.2.3
---
gnorb-utils.el | 1 -
gnorb.el | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnorb-utils.el b/gnorb-utils.el
index ae51a59..a4b723e 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -600,7 +600,6 @@ registry be in use, and should be called after the call to
(require 'gnorb-registry)
(with-eval-after-load 'gnus-registry
(add-to-list 'gnus-registry-extra-entries-precious 'gnorb-ids)
- (add-to-list 'gnus-registry-extra-entries-precious 'artno)
(add-to-list 'gnus-registry-track-extra 'gnorb-ids))
(add-hook
'gnus-started-hook
diff --git a/gnorb.el b/gnorb.el
index ba3e663..39f801b 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2014 Free Software Foundation, Inc.
-;; Version: 1.2.2
+;; Version: 1.2.3
;; Package-Requires: ((cl-lib "0.5"))
;; Maintainer: Eric Abrahamsen <[email protected]>