Stephan Kulow
2892d05a1b
including config.h as first include (it defines quite some controlling defines)
...
use off_t and size_t where fread, fwrite, ftell, fseek is used
svn path=/trunk/kdenetwork/kmail/; revision=159169
24 years ago
Stephan Binner
1bd8357c13
CVS_SILENT Style guide fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=151849
24 years ago
Ingo Klcker
acc47f8f22
Remove a superfluous QString
...
svn path=/trunk/kdenetwork/kmail/; revision=150783
24 years ago
Marc Mutz
80d5aeb03a
added missing i18n(); patch my oneugene@alphadiz.com
...
svn path=/trunk/kdenetwork/kmail/; revision=150768
24 years ago
Zack Rusin
edb17dee3f
Reworking date handling. Removing formatDate and fancyDate from kheaders.
...
Making KMail use DateFormatter class from KMime. Adding custom date formats.
Unifying the list and the reader as far as message display goes - make them
use the same configuration options. This one closes all known date related
problems.
svn path=/trunk/kdenetwork/kmail/; revision=148017
24 years ago
Marc Mutz
030601ec19
Fix crash when clicking in empty area of pop filter confirmation dialog. Patch
...
by original author Thorsten Zachmann <t.zachmann@zagge.de>:
void KMPopHeadersView::slotPressed(QListViewItem* aItem, const QPoint&,
int aColumn) {
+ if ( !aItem ) return;
KMPopHeadersViewItem *item = dynamic_cast<KMPopHeadersViewItem*>(aItem);
assert( item );
svn path=/trunk/kdenetwork/kmail/; revision=141880
24 years ago
Marc Mutz
c64819537c
Safe part of my local include fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=131931
25 years ago
Michael Haeckel
f76e773d62
Make sorting by size and by order of arrival working again.
...
Trolltech decided shortly before Qt-3.0.1, that " 5" comes after " 15".
We use now zeros instead of spaces.
svn path=/trunk/kdenetwork/kmail/; revision=127246
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Michael Haeckel
5237f9d44a
Fix the layout for the case the listview resizes itself when items are inserted.
...
svn path=/trunk/kdenetwork/kmail/; revision=126106
25 years ago
Michael Haeckel
71dad85583
Sort correctely.
...
svn path=/trunk/kdenetwork/kmail/; revision=126102
25 years ago
Malcolm Hunter
9cf0cb14fa
Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=125439
25 years ago
Marc Mutz
df698f1764
Fixed a few compile warnings.
...
Also this fixes a minor bug in kmpopfiltercnfrmdlg.cpp (5th hunk)
and removes unneeded includes from kmpopfilter..dlg.h.
svn path=/trunk/kdenetwork/kmail/; revision=125200
25 years ago
Dirk Mueller
44430d0985
fix compilation here too
...
svn path=/trunk/kdenetwork/kmail/; revision=125184
25 years ago
Michael Haeckel
10bd2feb89
Fix the layout.
...
svn path=/trunk/kdenetwork/kmail/; revision=125167
25 years ago
Michael Haeckel
5f680119da
This also belongs to the on demand huge mail downloading.
...
svn path=/trunk/kdenetwork/kmail/; revision=125098
25 years ago