107 Commits (9164742cc24eda9f07fcf1b8ba55c9c71ef0904a)

Author SHA1 Message Date
Hans Petter Bieker 0007cd8b56 Cleaner compilation. 26 years ago
Don Sanders e4fe359bf8 Might as well open the index file back up in writeIndex, can't see how 26 years ago
Don Sanders 516a8ecfeb make KMFolder::writeConfig crash safe, at least it's an improvement even 26 years ago
Mike Pilone 1b1ae87e21 Fixed a bug in addMsg. The stream was told to seek to the end -2, but if the file was size 0 (just created), this would fail, which would screw up the ferror check later in the code. 26 years ago
Daniel Naber 1c44fd653a Patch by Michael Haeckel: treat inbox/outbox/... as special 26 years ago
Waldo Bastian 28fa9c6c9f WABA: Drop flock, always use fcntl(..., F_SETLK, ...) 26 years ago
Jason Stephenson 9f7e4bb5b9 Change From_ line printing 26 years ago
Don Sanders 2a1a59f532 Fixed a problem with the unread message count becoming corrupted, only happened for trash when empty trash on exit was checked on. 26 years ago
Don Sanders 2eb1d8dc94 Fixed undo/redo problem, in a not very nice way (using msgIdMD5 as a message UID) 26 years ago
Don Sanders f13a9ed54c Converted some 'const QString' to 'const QString&' 26 years ago
Don Sanders c73a7e925e Added unGetMsg method, this frees up space allocated by a KMMessage replacing it with a KMMsgInfo. 26 years ago
Don Sanders 7906d7ce41 Mark messages as read and old when auto-recreating index. 26 years ago
Don Sanders 4243c36a9f Some bug fixes for changing the order of columns and some bug fixes for threaded messages view. 26 years ago
Don Sanders 96139b9940 Removed a number of sorting functions that are obsolete now that qlistview does the sorting. 26 years ago
Don Sanders a5e00ee8cc Support for nested messages. 26 years ago
Sven Radej fd968c341e sven: Removed old signal-driven IPC and introduced DCOP interface. New 26 years ago
Stefan Taferner 1513dad8d1 Fixed bug 2877: kmail segfaults on startup when ~/Mail does not exist 26 years ago
Don Sanders 42c83acec8 Die bugs die! 26 years ago
Don Sanders 6eeb04145d ported from warning to KMessageBox::information. 26 years ago
Waldo Bastian 9ce7a86699 WABA: My XMas gift for Christien & David. 27 years ago
Waldo Bastian b9f21ef813 WABA: Fix crash 27 years ago
Waldo Bastian 3c9b35b72a WABA: QMessageBox -> KMessageBox 27 years ago
Stephan Kulow 5075de5071 fixes 27 years ago
Don Sanders de0bee4f91 Small message status fixups. 27 years ago
Don Sanders dd1f74a6bb Set background/foreground/link colors as body tag attributes. 27 years ago
Don Sanders 184a616140 Minor updates. (Suppress warnings) 27 years ago
Don Sanders b3075eceb3 The Merge. QT 2.1 (cvs) now required. 27 years ago
Stefan Taferner d1e61aa558 * Switched folder-tree widget to QListView. Currently 27 years ago
Stefan Taferner 6d35b31ca2 Added basic support for hierarchical folders. Just create directories in ~/Mail and move folders in manually to see it. Still needs full GUI support, however. 27 years ago
Reginald Stadlbauer 65f3ad0dfa 64 bit fix 27 years ago
Don Sanders feaabb0210 Synchronized with KMail 1.0.24 in 1.1 branch. Approximately 14 weeks of updates have been merged. 27 years ago
David Faure 8ba390ce21 some 0 -> QString::null conversions 27 years ago
Hans Petter Bieker 09d70e9e12 * QString::sprintf -> QString::arg 27 years ago
Stephan Kulow a319ad6c44 CVS_SILENT compilation fixes 27 years ago
Stephan Kulow 1afae79487 CVS_SILENT ported to Qt 2.0 27 years ago
Sven Radej 021231a1b6 sven: typo, minor, minor bugfix 28 years ago
Sven Radej d80247e860 sven: - check if folder exists in createFolder 28 years ago
Stefan Taferner 0467c8190b * New feature: layout can now be switched between 28 years ago
David Sweet bf88514510 DS: adapted to changes in KSpell 28 years ago
David Sweet d755bd136c Added Spellchecking (KSpell) 28 years ago
Stefan Taferner 292abd597c Fixed: crash when fetching new mail and inbox folder 28 years ago
Stefan Taferner fed80bf3b5 * Sorting messages: replaced sorting algorithm, which caused 28 years ago
Markus Wuebben f46a5f48ad *** empty log message *** 28 years ago
Markus Wuebben 94c3e28b3a //$markus: -Applied Solaris fseek patch and added the session management 28 years ago
Stefan Taferner 59b7788215 * Pgp detection simplified and bugfixed. 28 years ago
Markus Wuebben c96fac8ec3 //$markus: -more stabilization 28 years ago
Stefan Taferner c3c4b53f97 * Removed lots of old debug messages. 28 years ago
Markus Wuebben f9cdf44046 //$markus: -Bug fixes 28 years ago
Stefan Taferner 9c6ba728d4 Folder: fixed broken locking on systems without 28 years ago
Stefan Taferner b91d88c2e1 Folder-compacting: added busy pointer and progress 28 years ago