summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e8d7f6f)
and added return status values.
switch directs
.B mhfixmsg
to output informational message for each transformation applied.
switch directs
.B mhfixmsg
to output informational message for each transformation applied.
+The return status of
+.B mhfixmsg
+is 0 if all of the requested transformations are performed, or
+non-zero otherwise.
+.RB ( mhfixmsg
+will not decode to binary content, but a request to do so is
+not considered a failure, and is noted with
+.BR \-verbose .)
.B mhfixmsg
immediately after a successful invocation of
.BR inc .
.B mhfixmsg
immediately after a successful invocation of
.BR inc .
+One approach could be based on:
-alias inc='inc && mhfixmsg'
+msgs=`inc -format '%(msg)'` && [ -n "$msgs" ] && scan $msgs && \
+mhfixmsg -nochangecur $msgs
+Another approach would rely on adding a sequence to Unseen-Sequence,
+which
+.B inc
+sets with the newly incorporated messages. Those could then be
+supplied to
+.BR mhfixmsg .
.SS "Integration with procmail"
By way of example, here is an excerpt from a procmailrc file
that filters messages through
.SS "Integration with procmail"
By way of example, here is an excerpt from a procmailrc file
that filters messages through