emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/nnmail.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnmail.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:04:46 -0500

Index: emacs/lisp/gnus/nnmail.el
diff -c emacs/lisp/gnus/nnmail.el:1.19.6.3 emacs/lisp/gnus/nnmail.el:1.19.6.4
*** emacs/lisp/gnus/nnmail.el:1.19.6.3  Tue Sep 21 09:34:08 2004
--- emacs/lisp/gnus/nnmail.el   Thu Nov  4 08:55:30 2004
***************
*** 119,124 ****
--- 119,125 ----
  (defcustom nnmail-split-fancy-with-parent-ignore-groups nil
    "Regexp that matches group names to be ignored when applying 
`nnmail-split-fancy-with-parent'.
  This can also be a list of regexps."
+   :version "21.4"
    :group 'nnmail-split
    :type '(choice (const :tag "none" nil)
                 (regexp :value ".*")
***************
*** 127,132 ****
--- 128,134 ----
  (defcustom nnmail-cache-ignore-groups nil
    "Regexp that matches group names to be ignored when inserting message ids 
into the cache (`nnmail-cache-insert').
  This can also be a list of regexps."
+   :version "21.4"
    :group 'nnmail-split
    :type '(choice (const :tag "none" nil)
                 (regexp :value ".*")
***************
*** 353,358 ****
--- 355,361 ----
  
  (defcustom nnmail-spool-hook nil
    "*A hook called when a new article is spooled."
+   :version "21.4"
    :group 'nnmail
    :type 'hook)
  
***************
*** 575,580 ****
--- 578,584 ----
  by \"\\=\\<...\\>\".  If this variable is true, they are not implicitly\
   surrounded
  by anything."
+   :version "21.4"
    :group 'nnmail
    :type 'boolean)
  
***************
*** 582,587 ****
--- 586,592 ----
    "Whether to lowercase expanded entries (i.e. \\N) when splitting mails.
  This avoids the creation of multiple groups when users send to an address
  using different case (i.e. address@hidden vs address@hidden)."
+   :version "21.4"
    :group 'nnmail
    :type 'boolean)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]