branch: externals/gnorb
commit 73af267572d6c7b63b69699c4ee971c39d7da3ca
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove cruft in gnorb-registry-transition-from-props
* gnorb-registry.el (gnorb-registry-transition-from-props): Obviously
no one has used this, and the chances that anyone will continue to
shrink, but this was still a stupid error.
---
gnorb-registry.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnorb-registry.el b/gnorb-registry.el
index 9220565..3ef1486 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -280,7 +280,7 @@ your Org files."
(let ((id (org-id-get))
(props (org-entry-get-multivalued-property
(point) gnorb-org-msg-id-key))
- links group id)
+ links group)
(when props
;; If the property is set, we should probably assume that any
;; Gnus links in the subtree are relevant, and should also be
@@ -293,7 +293,6 @@ your Org files."
(cl-second (split-string l "#")) nil nil
id (cl-first (split-string l "#"))))
(dolist (p props)
- (setq id )
(gnorb-registry-make-entry p nil nil id nil)
;; This function will try to find the group for the message
;; and set that value on the registry entry if it can find