[Xfce4-commits] <moka:master> Add todo.

Nick Schermer noreply at xfce.org
Sun Nov 20 14:30:37 CET 2011


Updating branch refs/heads/master
         to 5ec3702e83166004c11020552e0ff0d295be584c (commit)
       from 0965690742b27b0725b6550ddb0ee6efc5962b8d (commit)

commit 5ec3702e83166004c11020552e0ff0d295be584c
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Oct 11 20:09:26 2011 +0200

    Add todo.

 TODO                    |    2 ++
 examples/xfce/config.ru |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index 52bd87e..8bf5ca2 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,3 @@
 - Tool to generate gitolit config file and ssh key files.
+- Move email templates to lib/view/mail. This makes it easier to maintain
+  the templates in git and on the server.
diff --git a/examples/xfce/config.ru b/examples/xfce/config.ru
index f504686..0115ffa 100755
--- a/examples/xfce/config.ru
+++ b/examples/xfce/config.ru
@@ -57,7 +57,7 @@ end
 
 # Mailinglist configuration and template handling
 use Moka::Middleware::Mailinglists do |mailer|
-  mailer.lists = ['xfce-announce at xfce.org', 'xfce at xfce.org', 'thunar-dev at xfce.org', 'nickschermer at gmail.com']
+  mailer.lists = ['xfce-announce at xfce.org', 'xfce at xfce.org', 'thunar-dev at xfce.org', 'nick at schermer']
   
   mailer.project_subject do |release, message, sender|
     "ANNOUNCE: #{release.project.name} #{release.version} released"


More information about the Xfce4-commits mailing list