mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
nnir.el: Rearrange code to allow macros to be autoloaded by gnus-sum.el.
(nnir-retrieve-headers-override-function): Make this variable customizable. (nnir-retrieve-headers): Remove obsolete subject-mangling code. gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros from nnir.el.
This commit is contained in:
parent
067d23c97a
commit
62cd2a73b8
4 changed files with 134 additions and 121 deletions
|
|
@ -60,6 +60,8 @@
|
|||
(autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
|
||||
(autoload 'gnus-article-outlook-repair-attribution "deuglify" nil t)
|
||||
(autoload 'gnus-article-outlook-rearrange-citation "deuglify" nil t)
|
||||
(autoload 'nnir-article-rsv "nnir" nil nil 'macro)
|
||||
(autoload 'nnir-article-group "nnir" nil nil 'macro)
|
||||
|
||||
(defcustom gnus-kill-summary-on-exit t
|
||||
"*If non-nil, kill the summary buffer when you exit from it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue