Montel Laurent
01ba169832
Fix Bug 315191 - KMail's D-Bus interface doesn't have a method to show a certain folder to the user
...
FIXED-IN: 4.10.1
BUG: 315191
13 years ago
Martin Koller
81514d58db
fix character encoding for body in composer window on cmdline usage
...
assemble message before it is passed to the composer window,
which makes sure that also the ContentType header is used
which contains the charset.
BUG: 259039
FIXED-IN: 4.10.1
REVIEW: 108884
13 years ago
Montel Laurent
63c6a0c2d0
Don't set parent here.
13 years ago
Montel Laurent
0109a24c24
Fix crash when we change systray setting from folder when we close kmail
...
We close kmail, it deletes foldercollection which calls updatesystemtray
which is in state deleted
=> crash
13 years ago
Montel Laurent
1f3b9bb1eb
Allow to attach folder. But ask if it's not an error. so we know
...
what we will attach.
For example it will avoid to attach $HOME :)
13 years ago
Montel Laurent
54601b6ac7
Use non-deprecated types and methods:
...
as David told:
"
WFlags -> WindowFlags (it's a typedef, and it's BC, nm says
QFlags<Qt::WindowType>)
toAscii -> toLatin1
fromAscii -> fromLatin1
"
As done in kdelibs
13 years ago
Montel Laurent
3cadc96e0a
Fix Bug 309777 - kmail systray icon inconsistent behaviour
...
FIXED-IN: 4.10
BUG: 309777
14 years ago
Montel Laurent
368dd43710
Optimization. Remove not necessary variable
14 years ago
Montel Laurent
740e6ff47e
Remove not necessary variable
14 years ago
Montel Laurent
b257164396
Fix Bug 308227 - Changing identities (that have different custom
...
template) in composer window doesn't take effect for the message body
FIXED-IN: 4.10
BUG: 308227
14 years ago
Montel Laurent
60f0d80d78
Rename class
14 years ago
Montel Laurent
5655d5afed
First step to rename it. Rename KMC* to C* (it's not a kmail class)
14 years ago
Montel Laurent
d89e1cf5bd
Create a new lib pimcommon where we can put class used by other
...
pim applis (as acl class which can use by kmail/kaddressbook etc.)
14 years ago
Montel Laurent
92efcac039
Fix Bug 171992 - Add the option for not showing the number of unread
...
mails in the system tray
FIXED-IN: 4.10
BUG:171992
14 years ago
Montel Laurent
ba855211a0
Just one systemtray
14 years ago
Andras Mantia
ba65f77cb7
Restore progress reporting when the filters are running. This got lost when the filter agent was created.
...
Bonus point: the filter agent doesn't depend on libkdepim.
14 years ago
Montel Laurent
7c6c09ae65
Add namespace. Add key_Delete to delete items
14 years ago
Montel Laurent
7c48bf83e4
Fix Bug 306700 - Command line option --msg does not work
...
FIXED-IN: 4.9.2
BUG: 306700
14 years ago
Montel Laurent
570ceda4b3
Use an uniq kmcomposercorrection
14 years ago
Montel Laurent
b5f3aa45e4
Reduce number of signals
14 years ago
Montel Laurent
8079dc6658
Now when it's a specific resource which is offline reeenabled it (bug
...
found by David)
14 years ago
Montel Laurent
0c190cc816
Fix Bug 304940 - kmail should warn when replying to an encrypted mail
...
unencrypted
FIXED-IN: 4.9.2
BUG: 304940
14 years ago
Martin Koller
977e09ce5f
Fix for: kmail does never start migration
...
see also https://git.reviewboard.kde.org/r/105788/
BUG: 283563
FIXED-IN: 4.9.1
14 years ago
Martin Koller
2313c1871d
Fix for: kmail does never start migration
...
see also https://git.reviewboard.kde.org/r/105788/
BUG: 283563
FIXED-IN: 4.9.1
14 years ago
Montel Laurent
1f65f300c7
Fix Bug 299224 - kontact crash on quit
...
Cleanup trash can take time. So it can send a signal
which try to update kmmainwidget which is already deleted
14 years ago
Montel Laurent
0f27388124
Fix show filter dialog when we create new filter
14 years ago
Montel Laurent
d5f4a14131
Store selected tag. And put in combobox just tag selected
14 years ago
Montel Laurent
541b5cb6aa
Clean up includes
14 years ago
Montel Laurent
c5dedb9a50
When we go online send email if we have some email in outbox not each
...
time that we go online
14 years ago
Montel Laurent
dc867fa807
Look at resource online status and not all kmail online status as
...
discussed with david
14 years ago
David Faure
a8e1f7b521
Add support for attachment=foo in mailto URLs, for QDesktopServices::openUrl
...
While at it, Sune mentionned that kmail --attach foo.txt was looking in the
current dir of the running kmail rather than the dir of the client instance,
fixed by using KCmdLineArgs::cwd (thanks Waldo!)
14 years ago
Montel Laurent
7ddf87647a
Optimization: Cache instance crypto info. Not necessary to create dbus
...
interface each time that status change.
Ok for the moment we don't have info when instance config change but
it's not critical as bug.
Will implement soon code to get info when instance config changed.
(necessary to make cache other info as Trash folder etc.) I hope yto
implement it in akademy.
Thanks David for this idea.
(cherry picked from commit 488231d5d517ff69a9bcb0ac370072850ef59231)
14 years ago
Montel Laurent
ac3e58a511
Optimization: Cache instance crypto info. Not necessary to create dbus
...
interface each time that status change.
Ok for the moment we don't have info when instance config change but
it's not critical as bug.
Will implement soon code to get info when instance config changed.
(necessary to make cache other info as Trash folder etc.) I hope yto
implement it in akademy.
Thanks David for this idea.
14 years ago
Montel Laurent
0271d64e31
Fix Bug 265142 - Wrong encoding used when composing an e-mail using
...
ksendemail
FIXED-IN: 4.8.5
BUG: 265142
14 years ago
Montel Laurent
38b02be5ca
Fix Bug 300868 - No feedback when wrong POP password is entered.
...
Now we can see it in notification.
14 years ago
Montel Laurent
b1d6122cfc
Fix Bug 299289 - "Replace smileys by emoticons" causes another message
...
to be displayed
It was a bug when we saved aggregation combobox it reloaded config
=> reload last selected item.
Now save it before when we apply config so it avoid to select last saved
item.
FIXED-IN: 4.8.4
BUG: 299289
14 years ago
Montel Laurent
5a08af42b2
set identityManager to avoid crash when we use %SIGNATURE in template
14 years ago
Montel Laurent
1f03a50b78
Normalize signal/slot
14 years ago
Matin Bednar
ca00d8fc5c
fix non static variable
14 years ago
Matin Bednar
c616a2dbd6
Fix solid network status detection in kmail - remove if (true)
14 years ago
Matin Bednar
11e6cae4c2
Change network detection behviour
...
Mostly make the network status dependent on being not unconnected than
on being connected. Also includes other code cleanups.
REVIEW:102431
14 years ago
Montel Laurent
6fbb589b41
Fix Bug 295059 - Templates for new messages in kmail not working inside kontact
...
FIXED-IN: 4.8.1
BUG: 295059
14 years ago
Montel Laurent
e67dc067bf
Use kmail namespace
14 years ago
Till Adam
526b3e4250
Make sure to flush the foldercollection cache before kernel destruction.
14 years ago
Montel Laurent
276805d5ef
Fix Bug 294053 - Setting a preference in Kontact to show/hide favorite folders in KMail has no effect
...
FIXED-IN: 4.8.1
BUG: 294053
14 years ago
Tobias Koenig
a6d727e412
First part of filter code refactoring
...
Move filter related classes in 'filter' subdirectory under mailcommon
14 years ago
Montel Laurent
c356d06d93
Fix error and co
14 years ago
Montel Laurent
ae016daa37
normalize signals/slors
14 years ago
Andras Mantia
4eb907b8bc
Fix another case where solid's state was not treated correctly: Unknown might be connected, so try to
...
switch the account online. Fixes going to online mode in KMail.
15 years ago
Montel Laurent
58bf0ab19c
Remove entry for instance when we delete instance
15 years ago