From da6d6eb04e6d16be889378e28d89d25e47d81293 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 14 Dec 2012 12:53:46 +0100 Subject: [PATCH] Verzeichnis "mail" nicht als Druckvorlage anbieten --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 9534d95e6..7f0b80de8 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -1178,7 +1178,7 @@ sub _search_templates { -d ($::lx_office_conf{paths}->{templates} . "/$_") && !/^\.\.?$/ && !m/\.(?:html|tex|sty|odt|xml|txb)$/ - && !m/^(?:webpages$|print$|\.)/ + && !m/^(?:webpages$|print$|mail$|\.)/ } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print"; -- 2.20.1