summaryrefslogtreecommitdiffstats
path: root/kmail/kmmainwidget.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2018-02-02 21:36:09 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-05-02 11:18:05 +0000
commitc0e793908389b71c54ed0685b634609b5e1f71a3 (patch)
tree96fc00577604d84327ea96f206771d2f3e39244f /kmail/kmmainwidget.cpp
parentc467da63998be9accf09949f9bb2d229aba85bb4 (diff)
downloadtdepim-c0e793908389b71c54ed0685b634609b5e1f71a3.tar.gz
tdepim-c0e793908389b71c54ed0685b634609b5e1f71a3.zip
KMail: Menu options to toggle "Show Message Structure"
Subtly different from the same feature in KDE: KDE's menu items toggle the default behaviour between always/never, and the menu item is disabled if smart is set. For Trinity, the option is always available, and only toggles visibility of the structure for the current session. Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Diffstat (limited to 'kmail/kmmainwidget.cpp')
-rw-r--r--kmail/kmmainwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp
index 0d845225b..1d2661f58 100644
--- a/kmail/kmmainwidget.cpp
+++ b/kmail/kmmainwidget.cpp
@@ -2438,6 +2438,7 @@ void KMMainWidget::slotMsgPopup(KMMessage&, const KURL &aUrl, const TQPoint& aPo
viewSourceAction()->plug(menu);
if(mMsgView) {
mMsgView->toggleFixFontAction()->plug(menu);
+ mMsgView->toggleMimePartTreeAction()->plug(menu);
}
menu->insertSeparator();
mPrintAction->plug( menu );