comparison lisp/gnus/nnmail.el @ 104700:9866b069527c

* spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path) (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path): * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers): * nnir.el (nnir-swish-e-index-file): * gnus-sum.el (gnus-summary-delete-marked-as-read) (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward) (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread): * gnus-msg.el (gnus-inews-mark-gcc-as-read): * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp) (gnus-treat-display-xface): Add Emacs version of obsolescence.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 29 Aug 2009 03:03:23 +0000
parents 4c55cfffda90
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
104699:5f1532335662 104700:9866b069527c
240 "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache. 240 "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache.
241 If non-nil, also update the cache when copy or move articles." 241 If non-nil, also update the cache when copy or move articles."
242 :group 'nnmail 242 :group 'nnmail
243 :type 'boolean) 243 :type 'boolean)
244 244
245 (make-obsolete-variable 'nnmail-spool-file 245 (make-obsolete-variable 'nnmail-spool-file 'mail-sources
246 "This option is obsolete in Gnus 5.9. \ 246 "Gnus 5.9 (Emacs 22.1)")
247 Use `mail-sources' instead.")
248 ;; revision 5.29 / p0-85 / Gnus 5.9 247 ;; revision 5.29 / p0-85 / Gnus 5.9
249 ;; Variable removed in No Gnus v0.7 248 ;; Variable removed in No Gnus v0.7
250 249
251 (defcustom nnmail-resplit-incoming nil 250 (defcustom nnmail-resplit-incoming nil
252 "*If non-nil, re-split incoming procmail sorted mail." 251 "*If non-nil, re-split incoming procmail sorted mail."
1316 (goto-char (point-min)) 1315 (goto-char (point-min))
1317 (when (re-search-forward "^\\(In-Reply-To:[^\n]+\\)\n[ \t]+" nil t) 1316 (when (re-search-forward "^\\(In-Reply-To:[^\n]+\\)\n[ \t]+" nil t)
1318 (replace-match "\\1" t)))) 1317 (replace-match "\\1" t))))
1319 1318
1320 (defalias 'nnmail-fix-eudora-headers 'nnmail-ignore-broken-references) 1319 (defalias 'nnmail-fix-eudora-headers 'nnmail-ignore-broken-references)
1321 (make-obsolete 'nnmail-fix-eudora-headers 'nnmail-ignore-broken-references) 1320 (make-obsolete 'nnmail-fix-eudora-headers 'nnmail-ignore-broken-references "Emacs 23.1")
1322 1321
1323 (custom-add-option 'nnmail-prepare-incoming-header-hook 1322 (custom-add-option 'nnmail-prepare-incoming-header-hook
1324 'nnmail-ignore-broken-references) 1323 'nnmail-ignore-broken-references)
1325 1324
1326 ;;; Utility functions 1325 ;;; Utility functions