vacation.pl:

- whitespace fixes
- update vim: line to 4 spaces tab (which seems to be used everywhere already)



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1612 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 11 years ago
parent ba4ccfdcf9
commit 23ec3da059

@ -68,7 +68,7 @@
# Adjust SQL query for vacation timeframe. It is now possible to set from/until date for vacation message. # Adjust SQL query for vacation timeframe. It is now possible to set from/until date for vacation message.
# #
# 2012-04-1 Nikolaos Topp <info at ichier.de> # 2012-04-1 Nikolaos Topp <info at ichier.de>
#  Add configuration parameter $smtp_client in order to get mails through # Add configuration parameter $smtp_client in order to get mails through
# postfix helo-checks, using check_helo_access whitelist without permitting 'localhost' default style stuff # postfix helo-checks, using check_helo_access whitelist without permitting 'localhost' default style stuff
# #
# 2012-04-19 Jan Kruis <jan at crossreference dot nl> # 2012-04-19 Jan Kruis <jan at crossreference dot nl>
@ -693,4 +693,4 @@ if ($rv == 1) {
0; 0;
#/* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ #/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

Loading…
Cancel
Save