summaryrefslogtreecommitdiffstats
path: root/kmail/kmmainwidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-01 00:37:02 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-01 00:37:02 +0000
commitcc29364f06178f8f6b457384f2ec37a042bd9d43 (patch)
tree7c77a3184c698bbf9d98cef09fb1ba8124daceba /kmail/kmmainwidget.h
parent4f6c584bacc8c3c694228f36ada3de77a76614a6 (diff)
downloadtdepim-cc29364f06178f8f6b457384f2ec37a042bd9d43.tar.gz
tdepim-cc29364f06178f8f6b457384f2ec37a042bd9d43.zip
* Massive set of changes to bring in all fixes and enhancements from the Enterprise PIM branch
* Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed * Added journal read support to the CalDAV resource * Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/kmmainwidget.h')
-rw-r--r--kmail/kmmainwidget.h30
1 files changed, 22 insertions, 8 deletions
diff --git a/kmail/kmmainwidget.h b/kmail/kmmainwidget.h
index 74baaf2a..20e19a3c 100644
--- a/kmail/kmmainwidget.h
+++ b/kmail/kmmainwidget.h
@@ -201,7 +201,12 @@ public slots:
/** Select the folder and jump to the next unread msg */
void folderSelectedUnread( KMFolder* );
- void slotMsgSelected(KMMessage*);
+ void slotMsgSelected( KMMessage * );
+ /**
+ Open a separate viewer window containing the specified message.
+ */
+ void slotMsgActivated( KMMessage * );
+
void slotMsgChanged();
/** Change the current folder, select a message in the current folder */
@@ -283,6 +288,7 @@ protected slots:
void slotExpireAll();
void slotInvalidateIMAPFolders();
void slotMarkAllAsRead();
+ void slotArchiveFolder();
void slotRemoveFolder();
void slotEmptyFolder();
void slotCompactFolder();
@@ -360,7 +366,6 @@ protected slots:
/** etc. */
void slotDisplayCurrentMessage();
- void slotMsgActivated( KMMessage* );
void slotShowNewFromTemplate();
void slotNewFromTemplate( int );
@@ -378,6 +383,9 @@ protected slots:
* often the the other updates and is therefor in its own method. */
void updateMarkAsReadAction();
+ /** Settings menu */
+ void slotToggleShowQuickSearch();
+
/** XML-GUI stuff */
void slotEditNotifications();
void slotEditKeys();
@@ -427,6 +435,13 @@ private:
*/
TQString findCurrentImapPath();
+ /**
+ * This function adds or updates the actions of the forward action menu, taking the
+ * preference whether to forward inline or as attachment by default into account.
+ * This has to be called when that preference config has been changed.
+ */
+ void setupForwardActions();
+
void setupFolderView();
private slots:
@@ -439,7 +454,8 @@ private:
*mDeleteThreadAction, *mSaveAsAction, *mUseAction,
*mSendAgainAction, *mApplyAllFiltersAction, *mFindInMessageAction,
*mSaveAttachmentsAction, *mOpenAction, *mViewSourceAction,
- *mFavoritesCheckMailAction;
+ *mFavoritesCheckMailAction,
+ *mMoveMsgToFolderAction;
// Composition actions
KAction *mPrintAction,
*mForwardInlineAction, *mForwardAttachedAction, *mForwardDigestAction,
@@ -476,8 +492,8 @@ private:
KToggleAction* mTotalColumnToggle;
KToggleAction* mSizeColumnToggle;
- TQVBox *mSearchAndTree;
- TQHBox *mFolderQuickSearch;
+ KToggleAction *mToggleShowQuickSearchAction;
+
KMFolderTree *mFolderTree;
KMail::FavoriteFolderView *mFavoriteFolderView;
TQWidget *mFolderView;
@@ -513,8 +529,6 @@ private:
mFolderHtmlPref, mFolderHtmlLoadExtPref, mFolderThreadPref,
mFolderThreadSubjPref, mReaderWindowActive, mReaderWindowBelow;
bool mEnableFavoriteFolderView;
- bool mEnableFolderQuickSearch;
- bool mEnableQuickSearch;
// TQPopupMenu *mMessageMenu;
KMail::SearchWindow *mSearchWin;
@@ -523,7 +537,7 @@ private:
*mCompactFolderAction, *mRefreshFolderAction, *mEmptyFolderAction,
*mMarkAllAsReadAction, *mFolderMailingListPropertiesAction,
*mFolderShortCutCommandAction, *mTroubleshootFolderAction,
- *mRemoveDuplicatesAction;
+ *mRemoveDuplicatesAction, *mArchiveFolderAction;
KToggleAction *mPreferHtmlAction, *mPreferHtmlLoadExtAction, *mThreadMessagesAction;
KToggleAction *mThreadBySubjectAction;
KToggleAction *mFolderAction, *mHeaderAction, *mMimeAction;