add items
[ikiwiki.git] / doc / todo / excluding_commit_mails.mdwn
diff --git a/doc/todo/excluding_commit_mails.mdwn b/doc/todo/excluding_commit_mails.mdwn
new file mode 100644 (file)
index 0000000..0a7c742
--- /dev/null
@@ -0,0 +1,17 @@
+It would be good to be able to exclude commits made by a given user from
+generating commit mails. 
+
+My immediate need for this is because I subscribed to commit mails using my
+openid. So I don't get commit mails for changes I make over the web, using
+that id. But, if I do a svn commit, that's from a "different" user, so a
+commit mail is sent to me. This particular case could be treated as ikiwiki
+needing some way to link together openids and other accounts, which could
+also be good, but I think the general case of not wanting to see changes
+some other user makes is reasonable.
+
+Extending pagespecs for commit mails would be a nice approach. Then I could
+subscribe to:
+
+       * and !SandBox and !user(joey)
+
+Insert standard argument about how wonderfly flexible this is. :-)