Compare commits
3 Commits
0.7.12a
...
40b6f8799f
Author | SHA1 | Date | |
---|---|---|---|
40b6f8799f
|
|||
![]() |
13bf23b9a2 | ||
c732d4f949
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,3 +17,7 @@ compile
|
|||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
|
src/mboxgrep.exe
|
||||||
|
configure~
|
||||||
|
.gitignore
|
||||||
|
.vscode/*
|
||||||
|
@@ -93,7 +93,5 @@ AC_CHECK_FUNCS([strptime])
|
|||||||
AC_CHECK_FUNCS(ftw)
|
AC_CHECK_FUNCS(ftw)
|
||||||
AC_CHECK_FUNCS(fts_open)
|
AC_CHECK_FUNCS(fts_open)
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
|
||||||
doc/Makefile
|
|
||||||
src/Makefile])
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@@ -72,8 +72,8 @@ Do not lock files. This option is meaningful only if a mbox folder (see below)
|
|||||||
is scanned.
|
is scanned.
|
||||||
.IP "-c, --count"
|
.IP "-c, --count"
|
||||||
Suppress normal output and print a count of matching messages.
|
Suppress normal output and print a count of matching messages.
|
||||||
.IP "-o, --output=FOLDER"
|
.IP "-o, --output=MAILBOX"
|
||||||
Suppress normal output and write messages to destination folder FOLDER instead.
|
Suppress normal output and write messages to destination MAILBOX instead.
|
||||||
.IP "-p, --pipe=COMMAND"
|
.IP "-p, --pipe=COMMAND"
|
||||||
Pipe each found message to COMMAND
|
Pipe each found message to COMMAND
|
||||||
.IP "-d, --delete"
|
.IP "-d, --delete"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This is mboxgrep.info, produced by makeinfo version 6.7 from
|
This is mboxgrep.info, produced by makeinfo version 6.8 from
|
||||||
mboxgrep.texi.
|
mboxgrep.texi.
|
||||||
|
|
||||||
INFO-DIR-SECTION Mail
|
INFO-DIR-SECTION Mail
|
||||||
@@ -151,10 +151,10 @@ options below change such behavior.
|
|||||||
'-nd'
|
'-nd'
|
||||||
Ignore duplicate messages.
|
Ignore duplicate messages.
|
||||||
|
|
||||||
'--output=FOLDER'
|
'--output=MAILBOX'
|
||||||
'-o FOLDER'
|
'-o MAILBOX'
|
||||||
Suppress normal output and write messages to destination folder
|
Suppress normal output and write messages to destination MAILBOX
|
||||||
FOLDER instead.
|
instead.
|
||||||
|
|
||||||
Note that 'mboxgrep' assumes the output folder is of the same
|
Note that 'mboxgrep' assumes the output folder is of the same
|
||||||
format as the input folder. Currently there is no possibility to
|
format as the input folder. Currently there is no possibility to
|
||||||
@@ -256,11 +256,11 @@ Node: Miscellaneous1828
|
|||||||
Node: File locking2113
|
Node: File locking2113
|
||||||
Node: Regexp selection2750
|
Node: Regexp selection2750
|
||||||
Node: Output control3302
|
Node: Output control3302
|
||||||
Node: Search scope selection4346
|
Node: Search scope selection4342
|
||||||
Node: Mailbox type selection4587
|
Node: Mailbox type selection4583
|
||||||
Node: Examples4908
|
Node: Examples4904
|
||||||
Node: Bugs5732
|
Node: Bugs5728
|
||||||
Node: To Vicky6150
|
Node: To Vicky6146
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
||||||
|
@@ -171,10 +171,9 @@ Use with extreme caution.
|
|||||||
@itemx -nd
|
@itemx -nd
|
||||||
Ignore duplicate messages.
|
Ignore duplicate messages.
|
||||||
|
|
||||||
@item --output=FOLDER
|
@item --output=MAILBOX
|
||||||
@itemx -o FOLDER
|
@itemx -o MAILBOX
|
||||||
Suppress normal output and write messages to destination folder FOLDER
|
Suppress normal output and write messages to destination MAILBOX instead.
|
||||||
instead.
|
|
||||||
|
|
||||||
Note that @code{mboxgrep} assumes the output folder is of the same format
|
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.
|
as the input folder. Currently there is no possibility to convert folders.
|
||||||
|
Reference in New Issue
Block a user