diff options
| author | Teodor Zlatanov | 2011-04-14 10:41:00 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-04-14 10:41:00 +0000 |
| commit | c3c65d735bb96d6e6a37ef91b1d5890eba6b6267 (patch) | |
| tree | cd1c7edb26b148b0c31925882ed94d85c3bedd90 /lisp | |
| parent | 8b913b570b95f17c9380a9b1f3a487e7c098ecaa (diff) | |
| download | emacs-c3c65d735bb96d6e6a37ef91b1d5890eba6b6267.tar.gz emacs-c3c65d735bb96d6e6a37ef91b1d5890eba6b6267.zip | |
gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
(Fancy splitting to parent, Store arbitrary data): Updated gnus-registry docs.
gnus-registry.el: Updated gnus-registry docs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-registry.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index fdc50eab274..cc5156610be 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnus-registry.el: Updated gnus-registry docs. | ||
| 4 | |||
| 1 | 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 6 | ||
| 3 | * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal): | 7 | * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal): |
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index 680a3b294a2..9f95ce756ab 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -33,9 +33,10 @@ | |||
| 33 | ;; you, submit a bug report and I'll be glad to fix it. It needs | 33 | ;; you, submit a bug report and I'll be glad to fix it. It needs |
| 34 | ;; documentation in the manual (also on my to-do list). | 34 | ;; documentation in the manual (also on my to-do list). |
| 35 | 35 | ||
| 36 | ;; Put this in your startup file (~/.gnus.el for instance) | 36 | ;; Put this in your startup file (~/.gnus.el for instance) or use Customize: |
| 37 | 37 | ||
| 38 | ;; (setq gnus-registry-max-entries 2500) | 38 | ;; (setq gnus-registry-max-entries 2500 |
| 39 | ;; gnus-registry-track-extra '(sender subject)) | ||
| 39 | 40 | ||
| 40 | ;; (gnus-registry-initialize) | 41 | ;; (gnus-registry-initialize) |
| 41 | 42 | ||