Compare commits

..

No commits in common. "master" and "0.7.12a" have entirely different histories.

3 changed files with 16 additions and 15 deletions

View File

@ -72,8 +72,8 @@ Do not lock files. This option is meaningful only if a mbox folder (see below)
is scanned.
.IP "-c, --count"
Suppress normal output and print a count of matching messages.
.IP "-o, --output=MAILBOX"
Suppress normal output and write messages to destination MAILBOX instead.
.IP "-o, --output=FOLDER"
Suppress normal output and write messages to destination folder FOLDER instead.
.IP "-p, --pipe=COMMAND"
Pipe each found message to COMMAND
.IP "-d, --delete"

View File

@ -1,4 +1,4 @@
This is mboxgrep.info, produced by makeinfo version 6.8 from
This is mboxgrep.info, produced by makeinfo version 6.7 from
mboxgrep.texi.
INFO-DIR-SECTION Mail
@ -151,10 +151,10 @@ options below change such behavior.
'-nd'
Ignore duplicate messages.
'--output=MAILBOX'
'-o MAILBOX'
Suppress normal output and write messages to destination MAILBOX
instead.
'--output=FOLDER'
'-o FOLDER'
Suppress normal output and write messages to destination folder
FOLDER instead.
Note that 'mboxgrep' assumes the output folder is of the same
format as the input folder. Currently there is no possibility to
@ -256,11 +256,11 @@ Node: Miscellaneous1828
Node: File locking2113
Node: Regexp selection2750
Node: Output control3302
Node: Search scope selection4342
Node: Mailbox type selection4583
Node: Examples4904
Node: Bugs5728
Node: To Vicky6146
Node: Search scope selection4346
Node: Mailbox type selection4587
Node: Examples4908
Node: Bugs5732
Node: To Vicky6150

End Tag Table

View File

@ -171,9 +171,10 @@ Use with extreme caution.
@itemx -nd
Ignore duplicate messages.
@item --output=MAILBOX
@itemx -o MAILBOX
Suppress normal output and write messages to destination MAILBOX instead.
@item --output=FOLDER
@itemx -o FOLDER
Suppress normal output and write messages to destination folder FOLDER
instead.
Note that @code{mboxgrep} assumes the output folder is of the same format
as the input folder. Currently there is no possibility to convert folders.