Jason Stephenson
df94deabe9
Change message saving function to write only email address in From_ line.
...
svn path=/trunk/kdenetwork/kmail/; revision=60758
26 years ago
Jason Stephenson
78c1321f52
Add KMMessage::fromEmail() and KMMessage::getEmailAddr().
...
svn path=/trunk/kdenetwork/kmail/; revision=60757
26 years ago
Jason Stephenson
9468de128b
Add definitions of fromEmail() and getEmailAddr().
...
svn path=/trunk/kdenetwork/kmail/; revision=60756
26 years ago
Daniel Naber
ff6f076593
Michael's fix for a special character escape (for his RFC fix)
...
svn path=/trunk/kdenetwork/kmail/; revision=60715
26 years ago
David Faure
411fb91094
Another QGuardedPtr assert
...
svn path=/trunk/kdenetwork/kmail/; revision=60677
26 years ago
Daniel Naber
e5d4ef411a
Michael Haeckel's patch for better RFC 2047 compliance
...
svn path=/trunk/kdenetwork/kmail/; revision=60534
26 years ago
Don Sanders
d286d0539c
Fixed bug kmfolder::removemsg wasn't marking a folder as needing compaction.
...
Note: kmfolder::removemsg is called by kmheaders::applyfilters, before a
message is filtered. At first glance this would suggest when can lose the
mail currently being filtered (when applying filters using Ctrl-J) if
KMail crashes while filtering a message. Actually I think we are saved by
a techinicality as there is no opportunity for the index file to be synced
to disk. (Yes I know kmfolder::close is called but the open count is greater
than 0 so the index won't be synced).
svn path=/trunk/kdenetwork/kmail/; revision=60492
26 years ago
Stephan Kulow
c0bf90d0b8
nicer format - as provided by QDom
...
svn path=/trunk/kdenetwork/kmail/; revision=60489
26 years ago
Stephan Kulow
94e4a07f38
reverted Simon's commit to find the real problem - it may happen somewhere
...
else too. my perl script isn't faulty :)
svn path=/trunk/kdenetwork/kmail/; revision=60484
26 years ago
Simon Hausmann
3e2422b867
- while I'm at it :-) formatted it, too (I have a small tool for it ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=60479
26 years ago
Simon Hausmann
172c66b2b6
- make the file translatable (formatted it and made sure the text tags
...
are close within the same line (otherwise coolo's script breaks ;-)
svn path=/trunk/kdenetwork/kmail/; revision=60478
26 years ago
Don Sanders
59f5371218
Extremely lame safety patch. When messages are moved, reset the message
...
windows current-message pointer to prevent a dangling pointer.
Also fix sefault which occurred when deleting the last message in a folder and
then undoing the action.
svn path=/trunk/kdenetwork/kmail/; revision=60409
26 years ago
Don Sanders
fc47d7522e
More logic to try to cure the seemingly unpreventable unread messages count
...
getting out of sync problem.
svn path=/trunk/kdenetwork/kmail/; revision=60406
26 years ago
Alex Zepeda
7175c7ffc5
And again with sys/types.h.
...
svn path=/trunk/kdenetwork/kmail/; revision=60261
26 years ago
Don Sanders
f2dfac6105
Handle some pathological drag and drop cases.
...
svn path=/trunk/kdenetwork/kmail/; revision=60189
26 years ago
Don Sanders
44e08146dc
Work around problem with broken fonts like utopia that don't define an intelligent width for characters like non-breaking spaces.
...
svn path=/trunk/kdenetwork/kmail/; revision=60143
26 years ago
Daniel Naber
9164742cc2
added comment that this file isn't up to date, people
...
should use webcvs if they need details
svn path=/trunk/kdenetwork/kmail/; revision=60137
26 years ago
Hans Petter Bieker
0007cd8b56
Cleaner compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=59916
26 years ago
Daniel Naber
e97a82e446
composer->attachments->view... window was too small and didn't
...
open showing the start of the attachment but the end (e.g. with text)
svn path=/trunk/kdenetwork/kmail/; revision=59896
26 years ago
Daniel Naber
cf0ee11ac0
settings->appearance->Profiles->"New"/"Delete" didn't do anything, so I
...
removed them
svn path=/trunk/kdenetwork/kmail/; revision=59885
26 years ago
Daniel Naber
a89981c3a5
Michael Haeckel's fix for #7217 ("Some Filter rules do not work any longer
...
after switching language")
svn path=/trunk/kdenetwork/kmail/; revision=59879
26 years ago
Daniel Naber
6b6acef065
"OK" in the settings dialog now applies the settings from all
...
tabs, not only from the active one.
svn path=/trunk/kdenetwork/kmail/; revision=59816
26 years ago
Don Sanders
4fc5aaf48c
Fixed half of 7551
...
svn path=/trunk/kdenetwork/kmail/; revision=59813
26 years ago
Don Sanders
6acb7f5637
Ok Rik I removed the note as the reused code has been removed.
...
The note was there because I wanted to reuse code from qlistview::paintcell
and TT said I could and told me to include the note.
svn path=/trunk/kdenetwork/kmail/; revision=59806
26 years ago
Rik Hemsley
10e8eb4d4e
Noting that there doesn't actually seem to be any Qt code in here.
...
Please check :)
svn path=/trunk/kdenetwork/kmail/; revision=59797
26 years ago
Don Sanders
e4fe359bf8
Might as well open the index file back up in writeIndex, can't see how
...
it's needed but why take the risk...
svn path=/trunk/kdenetwork/kmail/; revision=59748
26 years ago
Don Sanders
34f8a9e369
Don't unnecessary alarm people by telling them 'skip rest' actions are now
...
ignored. I'm sure they have enough problems to deal with already.
svn path=/trunk/kdenetwork/kmail/; revision=59745
26 years ago
Don Sanders
3a9239adb5
1.1.63
...
svn path=/trunk/kdenetwork/kmail/; revision=59744
26 years ago
Don Sanders
516a8ecfeb
make KMFolder::writeConfig crash safe, at least it's an improvement even
...
if it isn't perfect.
svn path=/trunk/kdenetwork/kmail/; revision=59743
26 years ago
Don Sanders
7e2174306a
Changed name of default identity from "unknown" to "Default".
...
I also i18n'd the code, and tried to handle the case where the user
changes language preferences (so don't save any i18n strings into the
config file). Actually for this last case I slacked off a bit when it
got to kmcomposewin but with any luck the user won't be affected.
svn path=/trunk/kdenetwork/kmail/; revision=59742
26 years ago
Daniel Naber
352b60961b
clicking "cancel" didn't seem to have an effect for the security
...
tab. i.e. modified values appeared again if the dialog was called
again (but they were not saved, BTW)
svn path=/trunk/kdenetwork/kmail/; revision=59738
26 years ago
Don Sanders
b86b31068d
Make the code somewhat uglier, as a side effect fix bug 7409 and make updating of signature when changing identity work again too.
...
svn path=/trunk/kdenetwork/kmail/; revision=59648
26 years ago
Daniel Naber
32eff4941c
Andreas Gungl's patch to make PGP/GnuPG work reliable even if
...
the user doesn't use English for his PGP/GnuPG
svn path=/trunk/kdenetwork/kmail/; revision=59634
26 years ago
Daniel Naber
c89399d4cd
I'm reverting my "cleanup the write() calls" commit that I did 10 days ago.
...
This "cleanup" seems to trigger a bug that causes broken fonts in the
readerwindow for some people.
svn path=/trunk/kdenetwork/kmail/; revision=59628
26 years ago
Daniel Naber
8adf200a9e
feedback if encryption fails, patch by Andreas Gungl. Sorry for the new
...
i18n(), but this is an important security fix.
svn path=/trunk/kdenetwork/kmail/; revision=59615
26 years ago
Daniel Naber
9637e47637
removing "skip rest", it's redundant. ignore the warning you'll
...
get when you start kmail the next time.
svn path=/trunk/kdenetwork/kmail/; revision=59613
26 years ago
Don Sanders
bba0653eba
Moved address book back under File menu. Just felt really stupid when
...
it was under settings.
svn path=/trunk/kdenetwork/kmail/; revision=59529
26 years ago
Don Sanders
7e0d7eddf8
Reverted unnecessary QGuardedPtr patch
...
svn path=/trunk/kdenetwork/kmail/; revision=59519
26 years ago
Don Sanders
f6ed0c5a22
When kbusyptr::busy or kbusyptr::idle was called to change between the
...
busy/non-busy cursor processEvents was being called.
However some of the code that calls these kbusyptr methods is not
'event safe'. For example clicking on a folder in the folder list causing
a new folder to be selected is a big operation, kbusyptr::busy was called,
before this change folder operation could be completed if the user was
quick they could click on the close window widget in kmail. When the
change folder operation was almost complete kbusyptr::idle would be
called this would call processEvents, which would process the close
window event which would cause many objects to be deleted including
the kmfoldertree object which made the kbusyptr::idle call, after
returning from this call the deleted kmfoldertree object would try to
call a virtual method and crash KMail.
Well, I think that's what was going on, getting rid of the processEvent
calls seems to fix bug 7133 anyway.
svn path=/trunk/kdenetwork/kmail/; revision=59490
26 years ago
Don Sanders
684197f642
Fix crash when passing setHeaderField a null QString, seems to happen
...
on the odd ocassion for some unknown reason.
svn path=/trunk/kdenetwork/kmail/; revision=59486
26 years ago
Don Sanders
d24d427907
--msg option wasn't working, now it does.
...
svn path=/trunk/kdenetwork/kmail/; revision=59362
26 years ago
Don Sanders
4bd29b8532
6819
...
svn path=/trunk/kdenetwork/kmail/; revision=59242
26 years ago
Daniel Naber
1c0cb7ad5f
fix #6885
...
svn path=/trunk/kdenetwork/kmail/; revision=59219
26 years ago
Don Sanders
294f137b5a
fix 6528
...
svn path=/trunk/kdenetwork/kmail/; revision=59216
26 years ago
Don Sanders
8dac8ba030
Fix Bug#6665
...
svn path=/trunk/kdenetwork/kmail/; revision=59212
26 years ago
Don Sanders
3004fb5b70
Fixed Bug#6666
...
svn path=/trunk/kdenetwork/kmail/; revision=59210
26 years ago
Don Sanders
e1aadc907f
Fix Bug#6866
...
svn path=/trunk/kdenetwork/kmail/; revision=59206
26 years ago
Don Sanders
6ee318b5af
New messages should be red by default, unread should be blue
...
svn path=/trunk/kdenetwork/kmail/; revision=59202
26 years ago
Antonio Larrosa Jimenez
a93b2df218
Fixed KAction icons usage
...
svn path=/trunk/kdenetwork/kmail/; revision=58777
26 years ago
Don Sanders
545598d23f
Work around QFile weirdness, is this is qt bug? Will follow this up
...
tomorrow...
Fixes grave kmail bug, but if I understand this correctly after a
successful file.open call file.status is returning != IO_Ok, which is not
good.
svn path=/trunk/kdenetwork/kmail/; revision=58739
26 years ago