From: Carl Worth Date: Wed, 23 May 2007 09:13:13 +0000 (-0700) Subject: Disable ikiwiki-based email notification of changes. X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=3ec581190fbb667d857fc8bb26bc31711bee5964 Disable ikiwiki-based email notification of changes. I think we can let git hooks handle that on their own just fine. --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 865da28..82db302 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -41,7 +41,7 @@ use IkiWiki::Setup::Standard { wrapper => "/srv/cworth.org/wiki/hooks/ikiwiki-post-update", wrappermode => "04755", # Enable mail notifications of commits. - notify => 1, + #notify => 1, }, ],