Git commit 2ac523558573c4f91609ae85632dad4086619810 by Jan Kundr?t.
Committed on 25/03/2014 at 08:26.
Pushed by jkt into branch 'master'.

GUI: show the attachment indicator by default

M  +0    -1    src/Gui/MsgListView.cpp

http://commits.kde.org/trojita/2ac523558573c4f91609ae85632dad4086619810

diff --git a/src/Gui/MsgListView.cpp b/src/Gui/MsgListView.cpp
index d811773..0cfb7b2 100644
--- a/src/Gui/MsgListView.cpp
+++ b/src/Gui/MsgListView.cpp
@@ -326,7 +326,6 @@ void MsgListView::slotUpdateHeaderActions()
             break;
         case Imap::Mailbox::MsgListModel::ATTACHMENT:
             action->setText(tr("Attachment"));
-            action->toggle();
             break;
         case Imap::Mailbox::MsgListModel::TO:
         case Imap::Mailbox::MsgListModel::CC:

Reply via email to