diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-09-07 17:24:53 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-07 17:24:53 -0400 |
commit | 2bc217fb165cb6f4a685eb68582f10f861fef507 (patch) | |
tree | a7e928b3330ca10d5f4f7e572351edf13cb9439d /doc | |
parent | dbaed9e07d3258ebce4fa31d99f2786c154af6eb (diff) | |
download | ikiwiki-2bc217fb165cb6f4a685eb68582f10f861fef507.tar ikiwiki-2bc217fb165cb6f4a685eb68582f10f861fef507.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/send_only_one_mail_per_page_in_notifyemail.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
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]] |