Till and I thought this wasn't necessary in the search.
Especially since KMail cannot mark a message as "Old"
(Till says some other mailers can, however)
No need to backport.
svn path=/trunk/KDE/kdepim/; revision=840791
only talk about "todo" or "to-do" in reference to calendar incidences.
a few config file keys still contain "todo" so that should be changed,
but will be done in another commit.
whoops! I should also check the kmail handbook.
svn path=/trunk/KDE/kdepim/; revision=840786
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r822903 | aacid | 2008-06-22 00:11:37 +0200 (Sun, 22 Jun 2008) | 2 lines
if one needs context, all do, otherwise we don't know if we have to call i18n or i18nc
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=834952
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728017 | tilladam | 2007-10-22 09:30:48 +0200 (Mo, 22 Okt 2007) | 6 lines
Add a button to the quicksearch which opens up a full search based on the current
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
........
r731357 | tilladam | 2007-10-31 15:08:32 +0100 (Mi, 31 Okt 2007) | 3 lines
Search in the full mail by default, not the subject. That more closely reflects
what the quicksearch does.
........
svn path=/trunk/KDE/kdepim/; revision=764483
were false positives.
There is one warning left, about slotInfoMessage
in QuotaJobs::GetQuotarootjo. This seems to be
real, as neither that slot nor the signal
connected to that slot seem to exist with that
signature.
It would be nice if someone with IMAP knowledge could
fix that.
svn path=/trunk/KDE/kdepim/; revision=747352
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
svn path=/branches/kdepim/enterprise/kdepim/; revision=728017
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
adds the status icon next to the status string in the search/filter/quick
search dropdowns and fixes capitalization as well. Thanks, dude.
svn path=/trunk/kdepim/; revision=344502
search dropdown, but not in the normal search/filter dialog where it is
special cased.
CCMAIL: 84409-done@bugs.kde.org
CCMAIL: 80541-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=334437
the quicksearch as well as the search/filter dialog. It's used often, I
guess, so it should be easily accessible.
svn path=/trunk/kdepim/; revision=324832