Configure <%= name %>

Configure which mailboxes to import & which tags to apply after mail is imported

<% console.log(tags) %> <% _.each(mailbox, function(mailbox, key) { %> <% }); %>
Mailbox Mailpile (Tag)
<% if (mailbox.name) { %> <%= mailbox.name %> <% } else { %> {{_("No Name")}} <% } %> <% var tag = _.findWhere(tags, {tid: mailbox.primary_tag}); if (tag) { %> "> <%= tag.name %> {{_("Edit Tag")}} <% } else { %> <% } %> checked<% } %>> checked<% } %>> checked<% } %>> checked<% } %>> checked<% } %>> checked<% } %>>
Previous