summaryrefslogtreecommitdiffstats
path: root/lreminder
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2014-09-08 15:11:17 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2014-09-08 15:11:17 +0200
commit47b3526b0b669b0d384f46fa7d234e62c4042214 (patch)
tree9e46d10696d069e54748c6ded5a00ffb95b2a63d /lreminder
parent3dfe1ec58194885cbbdda6168b1c00863690a221 (diff)
downloadlugs-47b3526b0b669b0d384f46fa7d234e62c4042214.tar.gz
lugs-47b3526b0b669b0d384f46fa7d234e62c4042214.tar.bz2
lreminder: purge tags
Diffstat (limited to 'lreminder')
-rw-r--r--[-rwxr-xr-x]lreminder/reminder.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lreminder/reminder.pl b/lreminder/reminder.pl
index 14d3a66..f4ed209 100755..100644
--- a/lreminder/reminder.pl
+++ b/lreminder/reminder.pl
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# Author: Steven Schubiger <stsc@refcnt.org>
-# Last modified: Thu Jul 17 11:55:40 CEST 2014
+# Last modified: Fri Jul 25 16:51:43 CEST 2014
use strict;
use warnings;
@@ -37,7 +37,7 @@ use Text::Wrap::Smart::XS qw(fuzzy_wrap);
use URI ();
use WWW::Mechanize ();
-my $VERSION = '0.46';
+my $VERSION = '0.47';
#-----------------------
# Start of configuration
@@ -115,6 +115,7 @@ sub init
fields => [ qw(more) ],
} ],
},
+ purge_tags => [ qw(location responsible more) ],
strip_text => [ 'mailto:' ],
});
unlink $file;