aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-03-21 22:20:19 +0000
committerBill Wohler2006-03-21 22:20:19 +0000
commit926dbbb0533b676d17e208a688be418397ae0a5e (patch)
tree0ab771c3698becd9789125508084286d3f23d7ff
parent7b97a7a56cafd4d955039c38e5cdfc3868488356 (diff)
downloademacs-926dbbb0533b676d17e208a688be418397ae0a5e.tar.gz
emacs-926dbbb0533b676d17e208a688be418397ae0a5e.zip
(Folders): Various edits.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/mh-e.texi34
2 files changed, 20 insertions, 18 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 7b7e1e6ab92..3628ec610c3 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-03-21 Bill Wohler <wohler@newt.com>
2
3 * mh-e.texi (Folders): Various edits.
4
12006-03-20 Romain Francoise <romain@orebokech.com> 52006-03-20 Romain Francoise <romain@orebokech.com>
2 6
3 * gnus.texi (Mail Folders): Grammar fix. 7 * gnus.texi (Mail Folders): Grammar fix.
diff --git a/man/mh-e.texi b/man/mh-e.texi
index 59752927db5..180a093ceb8 100644
--- a/man/mh-e.texi
+++ b/man/mh-e.texi
@@ -3497,8 +3497,7 @@ ahead and delete or refile the messages, use @kbd{x}
3497(@code{mh-execute-commands}). Many MH-E commands that may affect the 3497(@code{mh-execute-commands}). Many MH-E commands that may affect the
3498numbering of the messages (such as @kbd{F r} or @kbd{F p}) will ask if 3498numbering of the messages (such as @kbd{F r} or @kbd{F p}) will ask if
3499you want to process refiles or deletes first and then either run 3499you want to process refiles or deletes first and then either run
3500@kbd{x} for you or undo the pending refiles and deletes, which are 3500@kbd{x} for you or undo the pending refiles and deletes.
3501lost.
3502 3501
3503@kindex x 3502@kindex x
3504@vindex mh-after-commands-processed-hook 3503@vindex mh-after-commands-processed-hook
@@ -3552,12 +3551,13 @@ folder for later examination.
3552@kindex t 3551@kindex t
3553@vindex mh-recenter-summary-flag 3552@vindex mh-recenter-summary-flag
3554 3553
3555When you use @kbd{t} to toggle between show mode and scan mode, the 3554When you use @kbd{t} to toggle from MH-Folder Show mode to MH-Folder
3556MH-Show buffer is hidden and the MH-Folder buffer is left alone. 3555mode, the MH-Show buffer is hidden and the MH-Folder buffer is left
3557Setting @code{mh-recenter-summary-flag} to a non-@code{nil} value 3556alone. Setting @code{mh-recenter-summary-flag} to a non-@code{nil}
3558causes the toggle to display as many scan lines as possible, with the 3557value causes the toggle to display as many scan lines as possible,
3559cursor at the middle. The effect of @code{mh-recenter-summary-flag} is 3558with the cursor at the middle. The effect of
3560rather useful, but it can be annoying on a slow network connection. 3559@code{mh-recenter-summary-flag} is rather useful, but it can be
3560annoying on a slow network connection.
3561 3561
3562@findex mh-visit-folder 3562@findex mh-visit-folder
3563@kindex F v 3563@kindex F v
@@ -3583,8 +3583,6 @@ If you forget where you've refiled your messages, you can find them
3583using @kbd{F s} (@code{mh-search}). @xref{Searching}. 3583using @kbd{F s} (@code{mh-search}). @xref{Searching}.
3584 3584
3585@cindex @command{procmail} 3585@cindex @command{procmail}
3586@cindex @command{rcvstore}
3587@cindex MH commands, @command{rcvstore}
3588@cindex @samp{unseen} sequence 3586@cindex @samp{unseen} sequence
3589@cindex sequence, @samp{unseen} 3587@cindex sequence, @samp{unseen}
3590@cindex Unix commands, @command{procmail} 3588@cindex Unix commands, @command{procmail}
@@ -3593,14 +3591,14 @@ using @kbd{F s} (@code{mh-search}). @xref{Searching}.
3593@kindex F n 3591@kindex F n
3594@vindex mh-new-messages-folders 3592@vindex mh-new-messages-folders
3595 3593
3596If you use a program such as @command{procmail} to use 3594If you use a program such as @command{procmail} to file your incoming
3597@command{rcvstore} to file your incoming mail automatically, you can 3595mail automatically, you can display new, unseen, messages using the
3598display new, unseen, messages using the command @kbd{F n} 3596command @kbd{F n} (@code{mh-index-new-messages}). All messages in the
3599(@code{mh-index-new-messages}). All messages in the @samp{unseen} 3597@samp{unseen} sequence from the folders in
3600sequence from the folders in @code{mh-new-messages-folders} are 3598@code{mh-new-messages-folders} are listed. However, this list of
3601listed. However, this list of folders can be overridden with a prefix 3599folders can be overridden with a prefix argument: with a prefix
3602argument: with a prefix argument, enter a space-separated list of 3600argument, enter a space-separated list of folders, or nothing to
3603folders, or nothing to search all folders. 3601search all folders.
3604 3602
3605@cindex @samp{tick} sequence 3603@cindex @samp{tick} sequence
3606@cindex sequence, @samp{tick} 3604@cindex sequence, @samp{tick}