aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtpnotify23
1 files changed, 7 insertions, 16 deletions
diff --git a/tpnotify b/tpnotify
index 99c022b..8d4e80f 100755
--- a/tpnotify
+++ b/tpnotify
@@ -854,8 +854,7 @@ uses the B<Mail::Box::Manager> Perl package, and the B<mailutils> method,
which uses GNU mailutils. By default, B<tpnotify> attempts to use B<perl>,
and falls back to B<mailutils> if that's not possible. If the latter is not
available as well, it issues an error message and terminates. The user can
-select the refiling method using the B<--refile-method> option. See the
-B<BUGS> section for details.
+select the refiling method using the B<--refile-method> option.
Additional configuration is supplied in configuration file and command line.
The latter overrides the former. See the section B<CONFIGURATION> for a
@@ -964,8 +963,7 @@ B<Mail::Box::Manager> perl package (L<https://metacpan.org/release/Mail-Box>).
The value B<mailutils> means to use the B<movemail> program from B<GNU
mailutils> (L<https://mailutils.org>).
-By default, the first available method is used. See the
-B<BUGS> section for possible reasons to use this setting.
+By default, the first available method is used.
=back
@@ -1242,21 +1240,14 @@ Configuration error.
=head1 BUGS
If your template file contains an B<Fcc> header pointing to a B<MH> folder,
-you will get the following message:
+and you get the following message:
WARNING: Folder already locked with file <FILENAME>
-This is not a B<tpnotify> bug, but a bug of B<Mail::Box::Manager>. It has
-been reported (see L<https://rt.cpan.org/Public/Bug/Display.html?id=130193>)
-and hopefully it will be fixed in one of the future versions of
-B<Mail::Box::Manager>.
-
-This is only a warning and can safely be ignored. If it does bother you,
-you can switch to GNU mailutils for refiling the message. To do so, first
-install movemail from GNU mailutils (the exact instructions vary depending
-on the distro you are using), and then use the
-B<--refile-method=mailutils> option or B<refile-method=mailutils> statement
-in your F<~/.tpnotify> configuration file.
+this means you hit a bug in the B<Mail::Box> package (see
+L<https://rt.cpan.org/Public/Bug/Display.html?id=130193>). It has been
+fixed in B<Mail::Box> version 3.008 (released in October 2019), so you are
+advised to upgrade your installation.
=head1 AUTHOR

Return to:

Send suggestions and report system problems to the System administrator.