From 2bc217fb165cb6f4a685eb68582f10f861fef507 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Sat, 7 Sep 2013 17:24:53 -0400 Subject: [PATCH] --- doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn diff --git a/doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn b/doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn new file mode 100644 index 000000000..5bbee0d52 --- /dev/null +++ b/doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn @@ -0,0 +1,7 @@ +[[!tag wishlist]] + +[[!template id=gitbranch branch=anarcat/notify_one_email author="[[anarcat]]"]] + +While working on [[todo/option to send only the diff in notifyemail]], I tried to improve the [[plugins/notifyemail]] plugin to make it send only one email per change instead of one email per file changed. When using the wiki through git, this is particularly important if people touch a lot of pages at the same time. + +The [[!taglink patch]], incomplete and buggy, is in my `notify_one_email` branch. --[[anarcat]]