662 Commits (3ac67fa7a065d0910dfa8d83b6be49ec98709199)

Author SHA1 Message Date
Till Adam c3f42fb849 CVS_SILENT tab exorcism 22 years ago
Till Adam e16611250c Don't do anything if the user moves mails from the current folder into 22 years ago
Carsten Burghardt c18dec0e42 Give the user the choice what action to execute when a folder is entered: 22 years ago
Carsten Burghardt fa5641ca89 Make sure the selected message is visible. finalizeMove should do that but it obviously does not work 22 years ago
Till Adam 1a5109be29 Hook up the folder's statusMsg signal to the broadcaster, when the folder 22 years ago
Till Adam 3cb30b64fb Move KMBroadcastStatus to KPIM::BroadcastStatus so it can be used by 22 years ago
Till Adam 5784802fa7 Fix order of arrival sorting in search folders. The key generating function 22 years ago
Carsten Burghardt 5150e03df8 Crash guard 22 years ago
Carsten Burghardt 755676029f That was a nice one: ExpireJob deletes messages - when you select the folder the serial number is used - 22 years ago
Till Adam 84c23fd336 Don't change the status of selected but not visible items. Happens when 22 years ago
David Faure 971e3182f4 Don't show "Moved messages successfully" when deleting messages. Proper string 22 years ago
David Faure bb2eea3435 Fix for the many QGArray::at() warnings (and slowness) when switching folders: 22 years ago
Ingo Klcker 6cc9a3586d Fix jumping to the first new message if a folder is selected. Carsten, if for some reason this shouldn't happen under certain circumstances then you'll have to add another parameter dontJumpToNew which defaults to false. But please don't break unconditionally jumping to the first new message again. 22 years ago
Carsten Burghardt b843222df7 Crash guard 22 years ago
Carsten Burghardt 84d36e4529 (Hopefully) finally fix all jumpToUnread cases for online imap. Local and imap 22 years ago
David Faure c71a8fa1f5 Keep multiple spaces in mail subjects, while still removing \r and \n. 22 years ago
Stephan Binner 2946905d16 icons++ 22 years ago
David Faure 0961fb7be0 Disable menu items for deleting and moving messages in readonly folders. 22 years ago
Ingo Klcker 24c0dc1fe4 Fix unconditional selection of the first new message if a folder is selected. The jumpToUnread setting says whether the first new or unread message should be selected if a folder is selected. 22 years ago
David Faure 377c8d0e16 Improve my setCurrentItemBySerialNum so that the current item is highlighted 22 years ago
Carsten Burghardt 16445d4f5d - Fix the pretty broken JumpToUnread logic 22 years ago
Ingo Klcker 1c8e82e83d Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command. 22 years ago
Allen Winter f2cb1b16e5 Patch contributed from Pascal Létourneau that maintains sorting column 22 years ago
David Faure 96367a1f58 Fixed annoyance with background expiry: the currently-selected message was wrong when 22 years ago
Carsten Burghardt fc6716f698 Add a crashguard. Hope this helps. 22 years ago
Carsten Burghardt e7e2d0419f Reselect all messages as otherwise the selection is lost when new mail arrives. 22 years ago
Ingo Klcker a17a4d395e more detailed completed status for KMCommands 22 years ago
Ingo Klcker abb5c02805 use i18n(singular,plural,number) 22 years ago
Till Adam cbf1186956 Display count of messages to be deleted in the warning message box. 22 years ago
David Faure 3c70545c6d Shaving oneself isn't really required for kmail developers :-P 22 years ago
Till Adam f0142aafb5 Don't select hidden items when shift-selecting across a quick-search 22 years ago
Till Adam a4450aa5d8 Remove now unused stuff from KMBroadcastStatus. Improve move command 22 years ago
David Faure 182cedcd45 Added missing arg() which was leading to "%1 Folder is read-only" in the statusbar. 22 years ago
Ingo Klcker 33e09dff83 Fix usage of i18n( singular, plural, n ) and display 'n unsent' instead of 'n unread' for the outbox folder as suggested by Alberto Valente. 22 years ago
David Faure 3d4c18e497 cached imap: parse X-Access to know when the folder is readonly (code ported from online-imap) 22 years ago
Carsten Burghardt 52920b3ecc Fix Empty Trash. It works also with imap. 22 years ago
Andrew Coles 6b1f625bbd Corrected typos (exclamation marks). 22 years ago
Till Adam 38be6aab5c Don't ask the user for confirmation again when deleting messages when she 22 years ago
Till Adam cb4aaee980 Factor the quick search with status filtering into its own class and files 22 years ago
Malcolm Hunter 84b950e539 CVS_SILENT Typographical corrections and changes 22 years ago
Zack Rusin f85d94339b From the series: zack does magic and you, the common people, stand in awe. 22 years ago
Carsten Burghardt 6c56d1cb34 Refactor resend message as command. 22 years ago
Till Adam 340354c56a Update the quick search when a new message comes in or if we rebuild the 22 years ago
Till Adam ac24421300 Now that selected items can potentially be hidden, make sure they are 22 years ago
Ingo Klcker fb6570cc62 Reorder the status icons as proposed on kmail-devel. 22 years ago
Till Adam 694be6ce93 Make sure we notice when a folder we are displaying is expunged so that 22 years ago
Carsten Burghardt 3b164a7add Add an attachment icon to the status icons. 22 years ago
Till Adam 5b82ad590c Remove verbose timer debug output. 22 years ago
Till Adam ddcf2c26f2 isFlag() -> isImportant(). Much clearer, I think. 22 years ago
Till Adam b034429ce9 Use the nice static wrappers instead of ::->self() explicitely for config 22 years ago