comparison man/mh-e.texi @ 69628:83bcc21a8e89

(Folders): Various edits.
author Bill Wohler <wohler@newt.com>
date Tue, 21 Mar 2006 22:20:19 +0000
parents f53a6a5430a7
children 11b616eddda4 b901f4f12f33
comparison
equal deleted inserted replaced
69627:497d0ade32a5 69628:83bcc21a8e89
3495 If you've marked messages to be deleted or refiled and you want to go 3495 If you've marked messages to be deleted or refiled and you want to go
3496 ahead and delete or refile the messages, use @kbd{x} 3496 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
3498 numbering of the messages (such as @kbd{F r} or @kbd{F p}) will ask if 3498 numbering of the messages (such as @kbd{F r} or @kbd{F p}) will ask if
3499 you want to process refiles or deletes first and then either run 3499 you 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.
3501 lost.
3502 3501
3503 @kindex x 3502 @kindex x
3504 @vindex mh-after-commands-processed-hook 3503 @vindex mh-after-commands-processed-hook
3505 @vindex mh-before-commands-processed-hook 3504 @vindex mh-before-commands-processed-hook
3506 3505
3550 @cindex modes, MH-Show 3549 @cindex modes, MH-Show
3551 @cindex moving between messages 3550 @cindex moving between messages
3552 @kindex t 3551 @kindex t
3553 @vindex mh-recenter-summary-flag 3552 @vindex mh-recenter-summary-flag
3554 3553
3555 When you use @kbd{t} to toggle between show mode and scan mode, the 3554 When you use @kbd{t} to toggle from MH-Folder Show mode to MH-Folder
3556 MH-Show buffer is hidden and the MH-Folder buffer is left alone. 3555 mode, the MH-Show buffer is hidden and the MH-Folder buffer is left
3557 Setting @code{mh-recenter-summary-flag} to a non-@code{nil} value 3556 alone. Setting @code{mh-recenter-summary-flag} to a non-@code{nil}
3558 causes the toggle to display as many scan lines as possible, with the 3557 value causes the toggle to display as many scan lines as possible,
3559 cursor at the middle. The effect of @code{mh-recenter-summary-flag} is 3558 with the cursor at the middle. The effect of
3560 rather useful, but it can be annoying on a slow network connection. 3559 @code{mh-recenter-summary-flag} is rather useful, but it can be
3560 annoying 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
3564 @vindex mh-large-folder 3564 @vindex mh-large-folder
3565 3565
3581 3581
3582 If you forget where you've refiled your messages, you can find them 3582 If you forget where you've refiled your messages, you can find them
3583 using @kbd{F s} (@code{mh-search}). @xref{Searching}. 3583 using @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}
3591 @cindex unseen messages, viewing 3589 @cindex unseen messages, viewing
3592 @findex mh-index-new-messages 3590 @findex mh-index-new-messages
3593 @kindex F n 3591 @kindex F n
3594 @vindex mh-new-messages-folders 3592 @vindex mh-new-messages-folders
3595 3593
3596 If you use a program such as @command{procmail} to use 3594 If you use a program such as @command{procmail} to file your incoming
3597 @command{rcvstore} to file your incoming mail automatically, you can 3595 mail automatically, you can display new, unseen, messages using the
3598 display new, unseen, messages using the command @kbd{F n} 3596 command @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
3600 sequence from the folders in @code{mh-new-messages-folders} are 3598 @code{mh-new-messages-folders} are listed. However, this list of
3601 listed. However, this list of folders can be overridden with a prefix 3599 folders can be overridden with a prefix argument: with a prefix
3602 argument: with a prefix argument, enter a space-separated list of 3600 argument, enter a space-separated list of folders, or nothing to
3603 folders, or nothing to search all folders. 3601 search all folders.
3604 3602
3605 @cindex @samp{tick} sequence 3603 @cindex @samp{tick} sequence
3606 @cindex sequence, @samp{tick} 3604 @cindex sequence, @samp{tick}
3607 @cindex ticked messages, viewing 3605 @cindex ticked messages, viewing
3608 @findex mh-index-ticked-messages 3606 @findex mh-index-ticked-messages