+2003-09-05 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
+ puthash unless gnus-registry-entry-caching is on
+ (gnus-registry-split-fancy-with-parent): misplaced parenthesis
+ made everything a part of the 'else'
+
2003-09-05 Jesper Harder <harder@ifa.au.dk>
* gnus-art.el (gnus-button-alist): Improve Info regexp.
(setq references (nreverse (gnus-split-references refstr)))
(mapcar (lambda (x)
(setq res (or (gnus-registry-fetch-group x) res))
- (when (or (gnus-registry-grep-in-list
+ (when (or (gnus-registry-grep-in-list
res
gnus-registry-unfollowed-groups)
(gnus-registry-grep-in-list
- res
+ res
nnmail-split-fancy-with-parent-ignore-groups))
(setq res nil)))
references))
"gnus-registry-split-fancy-with-parent"
subject
(if res res "nil")))))
- gnus-registry-hashtb))))
-
+ gnus-registry-hashtb)))))
+ (debug res)
(gnus-message
5
"gnus-registry-split-fancy-with-parent traced %s to group %s"
refstr (if res res "nil"))
- res)))
+ res))
(defun gnus-registry-register-message-ids ()
"Register the Message-ID of every article in the group"
(unless entree
(setq entree (assq entry alist))
- (puthash id entree entry-cache))
+ (when gnus-registry-entry-caching
+ (puthash id entree entry-cache)))
entree)
alist))