/[emacs]/emacs/lisp/mh-e/mh-customize.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-customize.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by wohler, Wed Nov 2 01:13:07 2005 UTC revision 1.31 by wohler, Thu Nov 3 19:59:38 2005 UTC
# Line 1131  See also `mh-reply'." Line 1131  See also `mh-reply'."
1131    
1132  (defcustom mh-refile-preserves-sequences-flag t  (defcustom mh-refile-preserves-sequences-flag t
1133    "*Non-nil means that sequences are preserved when messages are refiled.    "*Non-nil means that sequences are preserved when messages are refiled.
1134  If this variable is non-nil and a message belonging to a sequence other than  
1135  cur or Previous-Sequence (see mh-profile 5) is refiled then it is put in the  If a message is in any sequence (except \"Previous-Sequence:\" and \"cur\")
1136  same sequence in the destination folder."  when it is refiled, then it will still be in those sequences in the
1137    destination folder. If this behavior is not desired, then turn off this
1138    option."
1139    :type 'boolean    :type 'boolean
1140    :group 'mh-sequences)    :group 'mh-sequences)
1141    
1142  (defcustom mh-tick-seq 'tick  (defcustom mh-tick-seq 'tick
1143    "The name of the MH sequence for ticked messages.    "The name of the MH sequence for ticked messages.
1144  You would change this option if you already use the `tick' sequence for your  
1145  own use. You can also disable all of the ticking functions by choosing the  You can customize this option if you already use the \"tick\" sequence for
1146  `Disable Ticking' item but there isn't much advantage to that."  your own use. You can also disable all of the ticking functions by choosing
1147    the \"Disable Ticking\" item but there isn't much advantage to that."
1148    :type '(choice (const :tag "Disable Ticking" nil)    :type '(choice (const :tag "Disable Ticking" nil)
1149                   symbol)                   symbol)
1150    :group 'mh-sequences)    :group 'mh-sequences)
1151    
1152  (defcustom mh-update-sequences-after-mh-show-flag t  (defcustom mh-update-sequences-after-mh-show-flag t
1153    "*Non-nil means flush MH sequences to disk after message is shown.    "*Non-nil means flush MH sequences to disk after message is shown.
1154    
1155  Three sequences are maintained internally by MH-E and pushed out to MH when a  Three sequences are maintained internally by MH-E and pushed out to MH when a
1156  message is shown. They include the sequence specified by your  message is shown. They include the sequence specified by your
1157  `Unseen-Sequence:' profile entry, `cur', and the sequence listed by  \"Unseen-Sequence:\" profile entry, \"cur\", and the sequence listed by the
1158  the `mh-tick-seq' option which is `tick' by default.  option `mh-tick-seq' which is \"tick\" by default. If you do not like this
1159  If you do not like this behavior, set this option to nil. You can then update  behavior, turn off this option. You can then update the state manually with
1160  the state manually with the \\<mh-folder-mode-map>`\\[mh-execute-commands]', `\\[mh-quit]', or `\\[mh-update-sequences]' commands."  the `\\[mh-execute-commands]', `\\[mh-quit]', or `\\[mh-update-sequences]'
1161    commands."
1162    :type 'boolean    :type 'boolean
1163    :group 'mh-sequences)    :group 'mh-sequences)
1164    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26