summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-sync.el
diff options
context:
space:
mode:
authorTeodor Zlatanov <tzz@lifelogs.com>2010-10-07 03:49:38 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-10-07 03:49:38 +0000
commitcbabe91fdce9313ffc3f72e0a828b86580661dac (patch)
treeb2e1089233cfae029b3f4d5ba5f545044bdecc0e /lisp/gnus/gnus-sync.el
parent58d1ac6d6d7c7634b3ecb7e0cf3f0c67db319b9b (diff)
downloademacs-cbabe91fdce9313ffc3f72e0a828b86580661dac.tar.gz
gnus-int.el, gnus-util.el: Gnus hooks for the mark get/set operations.
gnus-sync.el: Update docs to explain state and plans. auth-source.el: Update docs with TODO items.
Diffstat (limited to 'lisp/gnus/gnus-sync.el')
-rw-r--r--lisp/gnus/gnus-sync.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el
index c0e52b6a8b2..8a492e8d2c3 100644
--- a/lisp/gnus/gnus-sync.el
+++ b/lisp/gnus/gnus-sync.el
@@ -24,6 +24,10 @@
;; This is the gnus-sync.el package.
+;; It's due for a rewrite using gnus-after-set-mark-hook and
+;; gnus-before-update-mark-hook. Until then please consider it
+;; experimental.
+
;; Put this in your startup file (~/.gnus.el for instance)
;; possibilities for gnus-sync-backend:
@@ -40,6 +44,9 @@
;; - after gnus-sync-read, the message counts are wrong
+;; - use gnus-after-set-mark-hook and gnus-before-update-mark-hook to
+;; catch the mark updates
+
;;; Code:
(eval-when-compile (require 'cl))