Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ac8bdc7

Von Tamino Steinert vor 26 Tagen hinzugefügt

  • ID 3ac8bdc7c603aa945cbf1517aa763284a6838554
  • Vorgänger da42fc52
  • Nachfolger b4a40a3c

EmailJournal: Nach unverarbeiteten E-Mails filtern

Unterschiede anzeigen:

SL/Controller/EmailJournal.pm
779 779
      record_type     => t8('Record Type'),
780 780
      obsolete        => t8('Obsolete'),
781 781
      linked_to       => t8('Linked to'),
782
      has_unprocessed_attachments => t8('Has unprocessed attachments'),
782 783
    },
783 784
  );
784 785
}
......
814 815

  
815 816
  push @filter_strings, $::locale->text('Linked')       if $filter->{'linked_to:eq_ignore_empty'} eq '1';
816 817
  push @filter_strings, $::locale->text('Not linked')   if $filter->{'linked_to:eq_ignore_empty'} eq '0';
818
  push @filter_strings, $::locale->text('Unprocessed')       if $filter->{'has_unprocessed_attachments:eq_ignore_empty'} eq '1';
819
  push @filter_strings, $::locale->text('Processed')   if $filter->{'has_unprocessed_attachments:eq_ignore_empty'} eq '0';
817 820

  
818 821
  return join ', ', @filter_strings;
819 822
}

Auch abrufbar als: Unified diff