{{_("Search for Similar E-mail")}}

{{_("Select which common message attributes you would like to search for.")}} {{_("The more attributes you select, the narrower the search.")}}

    <% _.each(subjects, function(subject) { if (subject) { %>
  • {{_("Subject")}}: <%= trunc(subject, 30) %>
  • <% }}); %> <% _.each(froms, function(email, i) { if (email) { %>
  • checked<% } %>> {{_("From")}}: <%= email %>
  • <% }}); %> <% _.each(emails, function(email) { if (email) { %>
  • {{_("E-mail")}}: <%= email %>
  • <% }}); %> <% _.each(lists, function(lst) { if (lst) { %>
  • {{_("Mailing list")}}: <%= lst %>
  • <% }}); %> {% if config.web.developer_mode %} <% _.each(muas, function(mua) { if (mua) { %>
  • {{_("E-mail client")}}: <%= mua %>
  • <% }}); %> <% _.each(hpts, function(hp) { if (hp) { %>
  • {{_("Message structure")}}
  • <% }}); %> <% _.each(hpss, function(hp) { if (hp) { %>
  • {{_("Sender fingerprint")}}
  • <% }}); %> {% endif %}
  • {{_("Similar dates")}}: ±1 {{_("week")}}
  • {{_("Similar dates")}}: ±2 {{_("weeks")}}
  • {{_("Has an image")}}
  • {{_("Has an attachment")}}
  • {% if config.web.developer_mode %}
  • {{_("Has a digital signature")}}
  • {{_("Is encrypted")}}
  • {% endif %}