Carsten Burghardt
e490fa3682
Remove comment
...
svn path=/trunk/kdepim/; revision=391875
21 years ago
Carsten Burghardt
90882b30bb
Show a summary when a single folder is checked and the new message count did not change
...
svn path=/trunk/kdepim/; revision=391495
21 years ago
Ingo Klcker
302f7809a2
Another locale-independent string conversion fix.
...
svn path=/trunk/kdepim/; revision=391487
21 years ago
Ingo Klcker
010ebea130
- Add displayString() method to KMFilterAction which returns a translated string describing the filter action for visualization purposes, e.g. in the filter log.
...
- Make KMFilterActionWithFolder::displayString() return the nice translated folder name instead of the internal folder name. Non-generic implementation of displayString() for the other filter actions will have to wait till after the string freeze.
- Use the new displayString() method for creating a nicer log message in the filter log.
svn path=/trunk/kdepim/; revision=391484
21 years ago
Adriaan de Groot
eeb4c79878
Make all of KDE PIM generate API docs with the current KDE PIM style; HTML docs only. See results at pim.kde.org/developer/ , click menu item 'API docs'
...
svn path=/trunk/kdepim/; revision=391483
21 years ago
Ingo Klcker
d5feb1da23
Use QColorGroup::mid() as color for the frame around the addressbook picture/X-Face of the sender as proposed by aseigo.
...
svn path=/trunk/kdepim/; revision=391476
21 years ago
Ingo Klcker
ae6edc4731
- Add a general method to easily reset KConfigXT settings on all config tabs to their default values. (This is made easy by usage of the Template Method pattern or as Sutter calls it the Non-Virtual Interface Idiom.) This makes the Default button magically work for all KConfigXT settings. For all other settings this still has to be done by hand, but it's preferable to port those settings to KConfigXT instead.
...
- Reset only the values on the currently visible tab to their defaults and not all values of the currently selected kcm.
svn path=/trunk/kdepim/; revision=391475
21 years ago
Matt Douhan
0bd3ea8309
Adde email addressvalidation for the Bcc lineedit in the
...
identity dialog, this helps the user to not mistype
an address and thus causing strange error messages.
svn path=/trunk/kdepim/; revision=391472
21 years ago
Ingo Klcker
d8f2382436
CVS_SILENT Cosmetic changes. We use 0 instead of 0L. NULL is a Cism.
...
svn path=/trunk/kdepim/; revision=391464
21 years ago
Martijn Klingens
33a7619381
Fix keyboard navigation in the Status combo of the quicksearch.
...
Approved by Ingo.
svn path=/trunk/kdepim/; revision=391435
21 years ago
Carsten Burghardt
fc085d94b5
Show an accurate progress dialog at least when 1 message is uploaded.
...
For several messages the progress shows only the overall status but this can only
be changed in the progressmanager api which is probably a past-3.4 task.
CCMAIL: 97920@bugs.kde.org
svn path=/trunk/kdepim/; revision=391417
21 years ago
Volker Krause
a3cf3ebcf8
If the user cancels the wallet password prompt, remember this decision and don't ask again for every account.
...
svn path=/trunk/kdepim/; revision=391345
21 years ago
Volker Krause
391cb3fbb5
Allow to search for the todo status flag.
...
svn path=/trunk/kdepim/; revision=391293
21 years ago
Ingo Klcker
9fbbbaeaef
Revert because it breaks compilation with kdelibs 3.3.x.
...
svn path=/trunk/kdepim/; revision=391284
21 years ago
Volker Krause
5d4487b101
We get here if the user canceled the wallet password dialog, so the message "This error is most probably caused by providing a wrong password." is at least misleading, wrong passwords are handled by KWallet itself.
...
svn path=/trunk/kdepim/; revision=391275
21 years ago
Matt Douhan
65a6147b9f
Parse and validate the email addresses in the to, cc and bcc fields
...
this means that it is not so easy to mistype an email address and
thus causing strange errors, for example unbalanced > are not allowed
and many other cases are also caught by this validation.
BUG:95183
BUG:29571
BUG:93703
BUG:71680
BUG:74032
BUG:79169
svn path=/trunk/kdepim/; revision=391270
21 years ago
Volker Krause
78cf988b37
Remove ugly and inconsistent sunken frames around list views.
...
svn path=/trunk/kdepim/; revision=390947
21 years ago
Helge Deller
c200d29a4e
--deprecated
...
svn path=/trunk/kdepim/; revision=390827
21 years ago
Andreas Gungl
c787ec006b
Implement Folder->"Assign Shortcut" to allow
...
changing the shortcut of a folder w/o using
the folder's context menu.
BUGS:99611
GUI:
svn path=/trunk/kdepim/; revision=390372
21 years ago
Till Adam
09ea8d2e39
Make sure the noop case of renaming a folder to its old name is really a
...
noop.
svn path=/trunk/kdepim/; revision=390349
21 years ago
Matt Douhan
9559b63024
Avoid the issue where a user enters an invalid email address in the identity
...
dialog lineedits, all strings are reused
svn path=/trunk/kdepim/; revision=390329
21 years ago
David Faure
2105d8a6b0
forward port "Waldo rocks" fix ( https://intevation.de/roundup/kolab/issue640 )
...
svn path=/trunk/kdepim/; revision=390297
21 years ago
Till Adam
67baf0eef1
Don't attempt to upload acls changes to the server if the user has not
...
enough rights to do that.
svn path=/trunk/kdepim/; revision=390256
21 years ago
George Staikos
1dcf9fc9e9
dump the debug output first
...
svn path=/trunk/kdepim/; revision=390158
21 years ago
George Staikos
01173834b5
This is not acceptable anymore. Because of this listjob bug, I just permanently
...
lost all mail in one of my largest folders over the past week. Just exit() if
we're going to eat the mail folders. Once it's fixed, this can be reverted.
svn path=/trunk/kdepim/; revision=390156
21 years ago
Carsten Burghardt
bd7b608ce6
Manage the connections better
...
svn path=/trunk/kdepim/; revision=390052
21 years ago
Till Adam
e5156b7483
Find a way to do subject threading without needing to have the subject
...
remain stable during the lifetime of a message. In other words, don't
crash when changing the subject header of a message which is part of
the current subject threading trees. Pfew, this one was a bugger to fix.
BUGS: 94043
svn path=/trunk/kdepim/; revision=390027
21 years ago
Hasso Tepper
f7f319f783
Forcing other widgets having maximum height of the line edit doesn't work
...
with smaller fonts. Combobox and/or clear button have to be higher than the
line edit in many cases.
svn path=/trunk/kdepim/; revision=389659
21 years ago
Stephan Binner
3e4876a99f
no such icon
...
svn path=/trunk/kdepim/; revision=389616
21 years ago
David Faure
0a8c2717e6
Use utf8 in the /trigger/ URL (kolab-specific)
...
https://intevation.de/roundup/kolab/issue640
svn path=/trunk/kdepim/; revision=389591
21 years ago
Till Adam
6d9e47928d
Make sure to remove the "Sender" header when inline forwarding.
...
svn path=/trunk/kdepim/; revision=389562
21 years ago
Nadeem Hasan
53e5f38728
Revert. Should be fixed elsewhere.
...
svn path=/trunk/kdepim/; revision=389518
21 years ago
Till Adam
4fc717cd63
Hm, currentItem() can be 0, it seems with count() == 1
...
svn path=/trunk/kdepim/; revision=389308
21 years ago
Andreas Gungl
5e645ab83c
As requested for better usability. Limit the hiding of the dynamic
...
toolbar icons to a minimum.
BUG: 98715
svn path=/trunk/kdepim/; revision=389129
21 years ago
Ingo Klcker
6c99a364d0
Improve workaround for ignoring the '-session foo' command line argument.
...
svn path=/trunk/kdepim/; revision=389090
21 years ago
Ingo Klcker
eb23af790e
Use 'Local Folders' instead of 'Local' as prefix for local folders and don't put a '/' in front. No, 'Local Folders' is not a new string.
...
svn path=/trunk/kdepim/; revision=389087
21 years ago
Ingo Klcker
4b116d0759
Actually save the settings from the Composer->General config page. Doh. Moreover, make the Defaults button work for this page.
...
svn path=/trunk/kdepim/; revision=389021
21 years ago
Till Adam
351386b4b4
Enable thread actions only for single messages which are part of a thread
...
and for multiple messages if they are part of the same thread.
BUGS: 98986
svn path=/trunk/kdepim/; revision=388918
21 years ago
Till Adam
56d4c75d67
Disable the "remove recipients line" button when there is only one line.
...
It can not be removed then.`
BUGS: 98973
svn path=/trunk/kdepim/; revision=388910
21 years ago
Script Kiddy
41a7d3c2c6
CVS_SILENT made messages (.desktop file)
...
svn path=/trunk/kdepim/; revision=388887
21 years ago
Ingo Klcker
57bcf3b563
Make sure IDNs are decoded in the fooStrip() methods
...
svn path=/trunk/kdepim/; revision=388843
21 years ago
Till Adam
7aaf967dd3
Make sending mail to IDN domains work.
...
BUGS: 87836
CCMAIL: kris@koehntopp.de
svn path=/trunk/kdepim/; revision=388829
21 years ago
Ingo Klcker
15b24c92e6
Add workaround for the weird 'If I click on KMail's system tray applet a composer with subject 'ession' opens.' bug. Whoever prepended the long 'session' command line argument with only one dash should be made pay indemnity to all those poor composer windows that happily opened for the user looking forward to helping him compose a nice message and that were then closed by the user without being used.
...
svn path=/trunk/kdepim/; revision=388815
21 years ago
Andreas Gungl
1e698c9877
Avoid "conserve memory" when using dynamic actions.
...
BUGS: 98715
svn path=/trunk/kdepim/; revision=388807
21 years ago
Till Adam
bfd2925727
In order to fix the inline forwarding of opaque signed and encrypted mails
...
with attachments change the strategy for assembling the forward mail from
"make a new mail, copy the text body with some fluff, iterate over attach-
ments and attach them to the mail" to "copy the original mail, including
all attachments (possibly inline, for opaque smime), adjust the text part
in the composer, set subject, from, to as needed". That's not only simpler
but leaves the actual parsing of the message that is being forwarded to the
ObjectTreeParser in the messagecompser which can deal with things like
opaque signed mails and construct virtual bodypart for its contents. This
should finally fix aegypten isse 39/266 for good. (Yeah, right ;).
svn path=/trunk/kdepim/; revision=388759
21 years ago
Nadeem Hasan
82ef72569c
*** empty log message ***
...
svn path=/trunk/kdepim/; revision=388717
21 years ago
Till Adam
b84420e2b1
grmbl
...
BUGS: 99114
svn path=/trunk/kdepim/; revision=388715
21 years ago
Tobias Koenig
bdf62add75
Fixed the ugly layout
...
svn path=/trunk/kdepim/; revision=388664
21 years ago
Till Adam
36f221a9b1
Make sure the unread and read expiry settings are toggled individually.
...
BUGS: 99114
svn path=/trunk/kdepim/; revision=388661
21 years ago
Ingo Klcker
0b0e8167f4
Don't flood kmail's debug output with this.
...
svn path=/trunk/kdepim/; revision=388602
21 years ago