summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/pam_mail/README5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b8d72c..1fd9ccfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12 Thorsten Kukuk <kukuk@suse.de>
+
+ * modules/pam_mail/README: Document "quiet" and "standard"
+ options.
+
2005-12-07 Thorsten Kukuk <kukuk@suse.de>
* modules/pam_mail/pam_mail.c: Modify assembling of output
diff --git a/modules/pam_mail/README b/modules/pam_mail/README
index 155bd1db..c236fa8c 100644
--- a/modules/pam_mail/README
+++ b/modules/pam_mail/README
@@ -8,10 +8,11 @@ auth: for authentication it provides pam_authenticate() and
pam_setcred() hooks.
"debug" write more information to syslog
- "dir=maildir" users mailbox is maildir/<login>
+ "quit" only inform about new mail
+ "standard" don't print name of mail
+ "dir=maildir" users mailbox is maildir/<login>
"hash=count" mail directory hash depth
"close" print message also on logout
"nopen" print message not on login
"noenv" don't set the MAIL environment variable
"empty" also print message if user has no mail
-