diff lisp/mh-e/mh-customize.el @ 67314:8cbe08e4eed5

* mh-customize.el (mh-new-messages-folders): Rename from mh-index-new-messages-folders. (mh-ticked-messages-folders): Rename from mh-index-ticked-messages-folders. * mh-index.el (mh-index-sequenced-messages) (mh-index-new-messages): Ditto.
author Bill Wohler <wohler@newt.com>
date Mon, 05 Dec 2005 00:52:57 +0000
parents bce5c0d2041c
children e980863f26b8
line wrap: on
line diff
--- a/lisp/mh-e/mh-customize.el	Sun Dec 04 22:34:49 2005 +0000
+++ b/lisp/mh-e/mh-customize.el	Mon Dec 05 00:52:57 2005 +0000
@@ -384,8 +384,9 @@
 
 ;;; Organizing Your Mail with Folders (:group 'mh-folder)
 
-(defcustom mh-index-new-messages-folders t
+(defcustom mh-new-messages-folders t
   "Folders searched for the \"unseen\" sequence.
+
 Set this option to \"Inbox\" to search the \"+inbox\" folder or \"All\" to
 search all of the top level folders. Otherwise, list the folders that should
 be searched with the \"Choose Folders\" menu item.
@@ -396,8 +397,9 @@
                  (repeat :tag "Choose Folders" (string :tag "Folder")))
   :group 'mh-folder)
 
-(defcustom mh-index-ticked-messages-folders t
+(defcustom mh-ticked-messages-folders t
   "Folders searched for `mh-tick-seq'.
+
 Set this option to \"Inbox\" to search the \"+inbox\" folder or \"All\" to
 search all of the top level folders. Otherwise, list the folders that should
 be searched with the \"Choose Folders\" menu item.