114 Commits (2267c2cd9b68e5274a4b632eb4587bdb751e11ef)

Author SHA1 Message Date
Ingo Klcker f0d7b2030b Emit unreadCountChanged() DCOP signal after new mail arrived. This is necessary for fixing bug 66706 and was reviewed by Tobias and Don. 23 years ago
Ingo Klcker 30c4a8b5db Fix placement of passive popup for 'New mail arrived' event. It was placed next to KMail's main window (on the right and off the screen because my main window is on the right border of the desktop). Using 0 puts it again next to the KMail entry in the taskbar. 23 years ago
Till Adam 990c96d711 Refresh the "mark all messages as read" action when the folder emits 23 years ago
Till Adam 5f14f0a4dc When creating a message to a known recipient set the focus to the 23 years ago
Stephan Kulow f9e81faaa8 fixing accels (again) 23 years ago
Stephan Kulow 5f17944941 sure, the accel that was used two lines above is fine for another message too 23 years ago
Marc Mutz cfbc884697 GUI: Unhide the File->Refresh Local IMAP Cache action by moving the code from kmgroupware.cpp to kmmainwidget.cpp. The error was that no-one called KMGroupware::setupActions() and no-one caught KMGroupware::signalMenusChanged() 23 years ago
Ingo Klcker d4486c33c7 Use KWin::activateWindow instead of KWin::setActiveWindow as suggested by the API docs and by Lubos. 23 years ago
Ingo Klcker 5194bed93f Remove code and comments which are obsolete since KDE 3.1, but re-add code which is necessary for KDE 3.1 compatibility. 23 years ago
Ingo Klcker 3b8b766bbf Use KAction instead of KToggleAction for Mark as Spam/Ham 23 years ago
Bo Thorsen b89149b7b5 Move dIMAP to a new folder manager. One bug is still there: It doesn't show up in the folder tree! 23 years ago
Ingo Klcker 369287e0fd - complete the ad hoc filter feature by adding a configurable icon (without icon adding an ad hoc filter to the toolbar wasn't possible resp. sucked) 23 years ago
Till Adam 2448f5eb89 Add the new mark as spam/ham actions to the toolbar and use the new icons. 23 years ago
Till Adam 641b0cfef0 Add Ham message status to go with the Spam one I added last night. Makes 23 years ago
Bo Thorsen 4a48fc6794 Remove a lot of old crap from kmgroupware*. And hold a pointer to the main widget instead of to the mainwindow. 23 years ago
Till Adam 73d873fd5b Update the checked state of the prefer html action correctly if the 23 years ago
Stephan Kulow 631938217b commiting my patch as discussed in http://lists.kde.org/?l=kmail&m=106259210725197&w=2 23 years ago
Till Adam 5f8b1c638e Allow the send-again action not only for mails that have the sent flag, 23 years ago
Don Sanders 3f0dbea731 Delete the reader window in the destruct method as suggested by danimo. 23 years ago
Till Adam f4e556a2a4 Rename the "refresh" action for imap folders to "Check mail in this folder" 23 years ago
Ingo Klcker c8a17fd203 Show different questions in case a to-be-deleted folder has no subfolders. 23 years ago
Marc Mutz 06e7507fbf compile 23 years ago
Waldo Bastian 8e1c7d04e7 Make opaque resizing configurable. (BR63940) 23 years ago
Till Adam b85ec07584 Make search folders based on imap folders work again. 23 years ago
Till Adam e389109726 Ignore reader window updates coming in from slow loading imap messages 23 years ago
Dirk Mueller 703b844544 don't crash. 23 years ago
Daniel Molkentin 5d3f560ed3 Added KMMainWidget::config() which uses KMKernel::config() if the parent 23 years ago
Till Adam 82ab0d035a Make sure the Move To and Copy To submenus of the message menu are filled 23 years ago
Till Adam 0865d1de0f Disable and enable the "Mark thread as ... " actions individually and not 23 years ago
Till Adam b28a3e2146 Import... -> Import Messages... 23 years ago
Carsten Burghardt 6fd0f47041 Reload the folderlisting after the subscription dialog was confirmed 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Till Adam 86f3e96375 Enable/disable the subject threading action based on the state of the 23 years ago
Till Adam ffe4e32224 Allow the user to place the message preview pane either below the messages 23 years ago
Till Adam 1cfa05fee2 Don't crash when the "Move all messages to trash" action is invoked on 23 years ago
Aaron J. Seigo 3a260077d3 don't use single keystroke accels by default for dangerous or potentially 23 years ago
Till Adam 9b3f1f2245 Make the last column in the headers list right align, so there is no ugly 23 years ago
Don Sanders 3c38680719 Session management fixes. 23 years ago
Ingo Klcker 86275aec0d Disable 'Move all messages to trash' for empty folders. Based on patch by Laurent Montel. 23 years ago
Ingo Klcker ea71f5f96b Enable the Send Again action only for sent messages. (cf. bug #63029) 23 years ago
Zack Rusin cf12e8724e CVS_SILENT just some whitespace changes 23 years ago
Carsten Burghardt 803b2aecf6 - Fix bug 62943 23 years ago
Ingo Klcker d9e15b1b8d Make clicking on URLs in the separate reader window work. Thanks for the hint, Laurent. 23 years ago
Marc Mutz 1d8115b52e - Move mime tree viewer to the reader window (patch as posted, still 23 years ago
Till Adam 8cb31fb624 Don't warn the user about discarding contents of empty folders when 23 years ago
Zack Rusin 496b319577 Introducing an icon which shows whether the connection to the server is 23 years ago
Carsten Burghardt bbdcd95335 Load imap attachments on demand and load the messages itself progressively. Cool ;-) 23 years ago
Zack Rusin b775dd5f5c Please, oh, please do not use constructs like 'protocol() == "someprotocol"'. 23 years ago
Till Adam 98b171b496 o Update the folder and message actions not only when the corresponding 23 years ago
Zack Rusin 4dbeffed6f Introducing KMSaveAttachmentsCommand - proper implementation of "Save All Attachments". 23 years ago