changeset 4857:32514e2d9670 HEAD

Added smtp and deliver to %s explanation and changed IMAP/POP3 to lowercase.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Dec 2006 14:14:54 +0200
parents f75041ec22ba
children 69a2b3d5f00d
files doc/variables.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/variables.txt	Sun Dec 03 14:13:51 2006 +0200
+++ b/doc/variables.txt	Sun Dec 03 14:14:54 2006 +0200
@@ -11,14 +11,14 @@
  %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
- %s - service (IMAP or POP3)
+ %s - service (imap, pop3, smtp, deliver)
  %p - PID of the current process (login or imap/pop3 process)
  %l - local IP address
  %r - remote IP address
  %w - plaintext password from plaintext authentication mechanism
  %i - System UID of the user
 
-You can apply a modifiers for each variable (eg. %Ls = pop3):
+You can apply a modifiers for each variable (eg. %Us = POP3):
 
  %L - lowercase
  %U - uppercase