diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 22:58:58 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-30 12:25:55 +0200 |
commit | 1c412524f21ad36aedee94617188ecd607f0092d (patch) | |
tree | 2b2ab071f63422537c041c3dee793b1555a54246 | |
parent | 03932a8cb25ef3eac6443d3d7a0f64da1d416c0c (diff) | |
download | archivemail-1c412524f21ad36aedee94617188ecd607f0092d.tar.gz archivemail-1c412524f21ad36aedee94617188ecd607f0092d.tar.bz2 archivemail-1c412524f21ad36aedee94617188ecd607f0092d.zip |
Document in the manpage that archivemail locks the archive mbox
-rw-r--r-- | archivemail.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivemail.sgml b/archivemail.sgml index 5830bef..ade7812 100644 --- a/archivemail.sgml +++ b/archivemail.sgml @@ -398,6 +398,7 @@ When reading an <application/mbox/-format mailbox, <command/archivemail/ will create a lockfile with the extension <filename>.lock</filename> so that procmail will not deliver to the mailbox while it is being processed. It will also create an advisory lock on the mailbox using &lockf;. +The archive is locked in the same way when it is updated. <command/archivemail/ will also complain and abort if a 3rd-party modifies the mailbox while it is being read. </Para> |