You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/11/27 15:10:56 UTC

[kibble] 01/02: mail can also be specific scanner

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit b9aa7a844de465711e5c245c46eba3af70140cf0
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Nov 27 16:10:39 2017 +0100

    mail can also be specific scanner
    
    so..add aliases for ponymail, pipermail, hyperkitty
---
 ui/js/coffee/sources.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/coffee/sources.coffee b/ui/js/coffee/sources.coffee
index 4affa7c..5cde2e1 100644
--- a/ui/js/coffee/sources.coffee
+++ b/ui/js/coffee/sources.coffee
@@ -162,7 +162,7 @@ sourcelist = (json, state) ->
         
             borked = false
             steps = ['sync', 'census', 'count', 'evolution']
-            if source.type == 'mail'
+            if source.type in ['mail', 'ponymail', 'pipermail', 'hyperkitty']
                 steps = ['mail']
             if source.type in ['jira', 'bugzilla']
                 steps = ['issues']

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.