From 3ec581190fbb667d857fc8bb26bc31711bee5964 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 02:13:13 -0700 Subject: [PATCH] Disable ikiwiki-based email notification of changes. I think we can let git hooks handle that on their own just fine. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, ], -- 2.43.0