diff options
| author | root <root@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-05-19 19:12:41 +0000 |
|---|---|---|
| committer | root <root@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-05-19 19:12:41 +0000 |
| commit | c0271260cf77ea47bd589e6fc0a2699a9a1dae98 (patch) | |
| tree | 78bc12b4b986b50e59a5a4be94b58195261acb2e /CVSROOT/notify | |
| parent | 77e758361bbfd93a176fa58f075f5505aa8dcc3b (diff) | |
initial checkin
git-svn-id: https://svn.roundcube.net/trunk@2 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'CVSROOT/notify')
| -rw-r--r-- | CVSROOT/notify | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify new file mode 100644 index 000000000..74ae6f9e9 --- /dev/null +++ b/CVSROOT/notify @@ -0,0 +1,12 @@ +# The "notify" file controls where notifications from watches set by +# "cvs watch add" or "cvs edit" are sent. The first entry on a line is +# a regular expression which is tested against the directory that the +# change is being made to, relative to the $CVSROOT. If it matches, +# then the remainder of the line is a filter program that should contain +# one occurrence of %s for the user to notify, and information on its +# standard input. +# +# "ALL" or "DEFAULT" can be used in place of the regular expression. +# +# For example: +#ALL mail -s "CVS notification" %s |
