Michael Haeckel
b36e32f09b
Don't do nothing when trying to send a message and auto sign is checked, but
...
neither gpg nor pgp installed.
svn path=/trunk/kdenetwork/kmail/; revision=79228
26 years ago
Michael Haeckel
f6dcb73c7f
Patch by Matt Newell <newellm@proaxis.com>
...
Don't crash when double clicking on send button or queuing while send is already
in progress.
svn path=/trunk/kdenetwork/kmail/; revision=78763
26 years ago
Michael Haeckel
e4f4652bf5
Make David Faure happy :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=78465
26 years ago
Michael Haeckel
e86dcf63d6
Handle drop events of mailto urls properly in the header fields of the
...
composer window.
Also attaching files with non-us-ascii names via drag and drop works again,
seems, that someone changed the protocol, since I fixed that the last time.
svn path=/trunk/kdenetwork/kmail/; revision=78386
26 years ago
Michael Haeckel
0b615af205
The composer window now also uses descriptive names for the encodings if it
...
finds them with an O(n*log(n)) algorythm :-)
svn path=/trunk/kdenetwork/kmail/; revision=78023
26 years ago
Michael Haeckel
b918dc6349
The external editor is no longer blocking.
...
svn path=/trunk/kdenetwork/kmail/; revision=76480
26 years ago
Michael Haeckel
bf34714220
Revert last commit.
...
svn path=/trunk/kdenetwork/kmail/; revision=75989
26 years ago
Antonio Larrosa Jimenez
79088ecf3d
Fixed a problem that could result in a corrupted mbox.
...
When a line in the body of a msg starts with "From ", and there's no
index file, it could be interpreted as a start of another msg, so it
must be changed to something like " From " (Netscape and Pine use
">From", but I've preferred a blank space because it seems less intrusive)
svn path=/trunk/kdenetwork/kmail/; revision=75982
26 years ago
Michael Haeckel
70a2eeb128
Don't crash, when replying to a message before it is displayed in the reader
...
window or if it is not updated, because it is a dublicate of the previos one.
Don't crash, when replying to a message that was copied to another folder
before.
svn path=/trunk/kdenetwork/kmail/; revision=75976
26 years ago
Michael Haeckel
ad37e4c0a3
us-ascii encoding removes again all non-us-ascii characters.
...
That broke with an update to QT-2.2.3.
svn path=/trunk/kdenetwork/kmail/; revision=75845
26 years ago
Michael Haeckel
3855fb5393
Don't show removed attachments after editing.
...
svn path=/trunk/kdenetwork/kmail/; revision=75527
26 years ago
Laurent Montel
750c74f900
- qtd.addTab (&mKSpellConfig, "Spellchecker");
...
+ qtd.addTab (&mKSpellConfig, i18n("Spellchecker"));
svn path=/trunk/kdenetwork/kmail/; revision=75267
26 years ago
Michael Haeckel
eebb376eb1
Fix possible crash when charset header is not valid.
...
svn path=/trunk/kdenetwork/kmail/; revision=75206
26 years ago
Michael Haeckel
37c67528e2
Don't crash, when the users sends completely empty messages.
...
(Without text and without attachments)
svn path=/trunk/kdenetwork/kmail/; revision=74710
26 years ago
Michael Haeckel
f2ca7c8653
We should probably feed the old message back to the outbox/drafts folder when
...
the user cancels editing instead of throwing it away.
svn path=/trunk/kdenetwork/kmail/; revision=74557
26 years ago
Michael Haeckel
57628b29ce
Patch by Holger Schurig <holgerschurig@gmx.de>
...
Subject line in the composer windows is a bit shorter now, but the layout
looks better.
svn path=/trunk/kdenetwork/kmail/; revision=74298
26 years ago
Michael Haeckel
6e5fedecb2
Correct support for windows-125x.
...
Some people seem to like this encoding.
svn path=/trunk/kdenetwork/kmail/; revision=73905
26 years ago
Michael Haeckel
3e7ada9be6
Don't enter the comboboxes in the composer window with the up key, since it is
...
not possible to leave them with the down key.
svn path=/trunk/kdenetwork/kmail/; revision=73712
26 years ago
Michael Haeckel
7406eb0230
This time a charset fix for latin users :-)
...
Kill all non 7-bit characters when us-ascii is selected.
QTextCodec::codecForName("us-ascii")->name() returns "ISO 8859-1" for some
reason :-(
svn path=/trunk/kdenetwork/kmail/; revision=73530
26 years ago
Michael Haeckel
eb0c4ac7c8
- Flag SSL as "experimental"
...
- Display the key new KMail was really looking for in the key not found error
message
svn path=/trunk/kdenetwork/kmail/; revision=73504
26 years ago
Michael Haeckel
8263529c29
- Don't crash, when sending a mail with empty message text but with attachment.
...
- Workaround: Don't tell the user, that some characters don't fit into utf-8.
svn path=/trunk/kdenetwork/kmail/; revision=73408
26 years ago
Michael Haeckel
a146fbe852
Really attach the user's key, if he wants to attach his key and not a key for
...
the address in the from field.
svn path=/trunk/kdenetwork/kmail/; revision=73286
26 years ago
Michael Haeckel
a155a69ce7
Workaround for QTextCodec bug in QT-2.2.2
...
svn path=/trunk/kdenetwork/kmail/; revision=73269
26 years ago
Michael Haeckel
fa9b0fd363
Not only warn but also preview the question marks, that the uses has not to
...
look for them himself.
svn path=/trunk/kdenetwork/kmail/; revision=73193
26 years ago
Michael Haeckel
83750a40d0
Really last big charset fix :-)
...
PGP/GPG should now also work for non-latin-1 encoded mails.
svn path=/trunk/kdenetwork/kmail/; revision=73190
26 years ago
Michael Haeckel
9324b5e561
Warn before loosing characters, when the encoding is set badly.
...
svn path=/trunk/kdenetwork/kmail/; revision=73129
26 years ago
Michael Haeckel
9fe04e719c
Fix a crash, if a user wants to attach his public key, but doesn't have one.
...
Use the correct key for the identity.
svn path=/trunk/kdenetwork/kmail/; revision=73096
26 years ago
Michael Haeckel
ec6694da87
Hopefully last major charset improvement.
...
All known charset related problems should be fixed with that.
- Automatic recoding works correctely for forward and reply
- Redirect works now also with the correct charset
- No characters are lost from the reply phrase when replying to a message with
a different encoding
- File insertion uses the correct charset for the file
svn path=/trunk/kdenetwork/kmail/; revision=72962
26 years ago
Michael Haeckel
3ff86b31cd
GUI: It is now possible to use always a unicode font, no matter in which
...
encoding the message is.
svn path=/trunk/kdenetwork/kmail/; revision=72911
26 years ago
Michael Haeckel
8146fbb9fb
Patch by Wolfgang Rohdewald <WRohdewald@dplanet.ch>
...
Correct handling of the trailing /0 when converting between QCString and
QByteArray. Fixes a problem, where garbage was displayed at the end of the
message.
svn path=/trunk/kdenetwork/kmail/; revision=72708
26 years ago
Michael Haeckel
30abaf3784
Non-latin characters in attachment file names Part II
...
Decoding should now work also.
svn path=/trunk/kdenetwork/kmail/; revision=72672
26 years ago
Michael Haeckel
9cadd9def9
Support for non latin filenames as attachment Part I
...
Composing encodes them now correctely.
svn path=/trunk/kdenetwork/kmail/; revision=72656
26 years ago
Michael Haeckel
180e374d73
Fix the =00 at the end of body part problem.
...
Bug#15486: kmail null char in mail
svn path=/trunk/kdenetwork/kmail/; revision=71928
26 years ago
Michael Haeckel
6f6466e97a
Don't append an signature when switching identity and the user doesn't want to
...
append signatures automatically.
svn path=/trunk/kdenetwork/kmail/; revision=71921
26 years ago
Michael Haeckel
34d98ed174
The list of available charsets in the composer is now configurable.
...
svn path=/trunk/kdenetwork/kmail/; revision=71916
26 years ago
Michael Haeckel
795b356d62
Allow composing of utf-8 mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=71408
26 years ago
Don Sanders
3c67c043fb
I broke line breaking of queued messages in my last commit. This should
...
fix it
svn path=/trunk/kdenetwork/kmail/; revision=71084
26 years ago
Michael Haeckel
86492dc95e
Patch by Jonathan Marten - Network Service Providers Division <jonathan.marten@uk.sun.com>
...
Ask before emptying a folder and don't insert "-- " before the signature if
it is already there.
svn path=/trunk/kdenetwork/kmail/; revision=71040
26 years ago
Don Sanders
1230ea1b0e
Drafts folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=71037
26 years ago
Michael Haeckel
9619a6132c
Patch by Ingo Kloecker <ingo@mathA.rwth-aachen.de>
...
Fix for Bug#14957: kmail reply-to transfer between identities
svn path=/trunk/kdenetwork/kmail/; revision=70743
26 years ago
Jacek Stolarczyk
59bc0100c8
Remove unnecessary saving of default charset in composer window. We have an option in Setting dialog for that
...
svn path=/trunk/kdenetwork/kmail/; revision=70122
26 years ago
Jacek Stolarczyk
d406937b1b
Ooops. Forgot that one for default charset configuration
...
svn path=/trunk/kdenetwork/kmail/; revision=70084
26 years ago
Michael Haeckel
863fbd976a
The charset of the editor in the composer window is now switched, when the
...
encoding is changed. Also the charset of the header fields is switched now.
svn path=/trunk/kdenetwork/kmail/; revision=70026
26 years ago
Don Sanders
5c116915d3
Patch for Adriana, implements her suggestion:
...
"automatically show the "Identity"-line in the composer window when one
sets up more than one identity? Otherwise, it can be a little hard to
find..."
svn path=/trunk/kdenetwork/kmail/; revision=69921
26 years ago
Don Sanders
433023fe10
GUI GUI GUI GUI Change
...
New composer option toggle word wrap on/off.
Useful for developers who want to past code snippets into their mail. That
is dfaure asked for it :-)
svn path=/trunk/kdenetwork/kmail/; revision=69729
26 years ago
Daniel Naber
81dc422cfa
no ".." after a menu entry that just has a submenu
...
("Set encoding" in this case)
svn path=/trunk/kdenetwork/kmail/; revision=68484
26 years ago
Michael Haeckel
179332b37d
Mayor cleanup.
...
svn path=/trunk/kdenetwork/kmail/; revision=68407
26 years ago
Don Sanders
589e0b103f
Support the new signature icon.
...
diff -u -b -r1.258 kmcomposewin.cpp
--- kmcomposewin.cpp 2000/10/07 20:23:59 1.258
+++ kmcomposewin.cpp 2000/10/14 01:56:33
@@ -820,7 +820,7 @@
"unlock", 0,
actionCollection(), "encrypt_message");
signAction = new KToggleAction (i18n("Sign message"),
- "feather_white", 0,
+ "signature", 0,
actionCollection(), "sign_message");
if(!Kpgp::getKpgp()->havePGP())
svn path=/trunk/kdenetwork/kmail/; revision=67566
26 years ago
Don Sanders
af7b051c81
Large patch from Denis Perchine and Jacek Stolarczyk to add
...
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
26 years ago
Michael Haeckel
393d983464
Switch between lock and unlock icon for "Encrypt Message".
...
svn path=/trunk/kdenetwork/kmail/; revision=65792
26 years ago