diff dovecot-example.conf @ 2057:5e0167577399 HEAD

Fixed var_expand() to take a table of variables rather than a few predefined ones. Added support for modifiers.
author Timo Sirainen <tss@iki.fi>
date Tue, 25 May 2004 01:33:50 +0300
parents f0925b2271e1
children d52c8cbf2b9d
line wrap: on
line diff
--- a/dovecot-example.conf	Tue May 25 01:13:55 2004 +0300
+++ b/dovecot-example.conf	Tue May 25 01:33:50 2004 +0300
@@ -166,6 +166,12 @@
 #   %n - user part in user@domain, same as %u if there's no domain
 #   %d - domain part in user@domain, empty if user there's no domain
 #   %h - home directory
+#   %p - protocol (IMAP or POP3)
+#
+# You can apply a modifiers for each variable (eg. %Lp = pop3):
+#   %L - lowercase
+#   %U - uppercase
+#   %E - escape '"', "'" and '\' characters by inserting '\' before them.
 #
 # You can also limit a width of string by giving the number of max. characters
 # after the '%' character. For example %1u gives the first character of