Ingo Klcker
51f5d9304b
Enable the color bar by default if the user uses OpenPGP, else disable it by default.
...
svn path=/trunk/kdenetwork/kmail/; revision=143735
24 years ago
Michael Haeckel
e65a9a9dd1
Specify the font size for khtml again in pixel to get also the same size as
...
in the font dialog, if the X-Server doesn't know the screen size.
svn path=/trunk/kdenetwork/kmail/; revision=142245
24 years ago
Ingo Klcker
b704b6b5f2
Fix bug 39088: 'http://' (and others) create a link
...
svn path=/trunk/kdenetwork/kmail/; revision=141911
24 years ago
Ingo Klcker
22bc3a738e
Adapt KMail to a small API change in Kpgp.
...
svn path=/trunk/kdenetwork/kmail/; revision=140629
24 years ago
Marc Mutz
4d3b8e83b7
And I wondered why the heck some subjects were centered in fancy header mode
...
and others not...
svn path=/trunk/kdenetwork/kmail/; revision=137708
24 years ago
Stephan Kulow
5aa6c944aa
mPrinting = false;
...
+ mShowColorbar = false;
svn path=/trunk/kdenetwork/kmail/; revision=137460
24 years ago
Carsten Burghardt
694624401c
Moved the updateReaderWinTimer to avoid calling the updateReaderWin twice
...
svn path=/trunk/kdenetwork/kmail/; revision=137235
24 years ago
Ingo Klcker
532bf2ebaf
Workaround a Qt bug (fixes the 'Color bar takes up the whole reader pane' bug)
...
svn path=/trunk/kdenetwork/kmail/; revision=136202
24 years ago
Michael Haeckel
a9babe0dec
Use iso-2022-jp by default for network related stuff and euc-jp for local stuff
...
in Japan.
Patch by Takumi ASAKI <asataku@osk3.3web.ne.jp>
svn path=/trunk/kdenetwork/kmail/; revision=136182
24 years ago
Marc Mutz
b85c5dcb74
2nd try :-(
...
svn path=/trunk/kdenetwork/kmail/; revision=135781
24 years ago
Marc Mutz
f53210e799
Rest of the HTML cleanup patch by Volker Augustin.
...
svn path=/trunk/kdenetwork/kmail/; revision=135777
24 years ago
Lars Knoll
c4071528f2
fix alignment of arabix/hebrew mails in the readerwin. Make sure
...
the headers are aligned according to the language used.
svn path=/trunk/kdenetwork/kmail/; revision=135208
24 years ago
Aaron J. Seigo
7cf7c8cc36
move all the fancy header table style settings into the CSS block
...
svn path=/trunk/kdenetwork/kmail/; revision=134978
24 years ago
Michael Haeckel
0cefc7be8f
Don't block when displaying huge text mails.
...
svn path=/trunk/kdenetwork/kmail/; revision=134827
24 years ago
Michael Haeckel
4126513c36
Readd the read only attachment properties dialog until we have something better.
...
svn path=/trunk/kdenetwork/kmail/; revision=134346
24 years ago
Michael Haeckel
1c11cf9032
Don't send \n characters to khtml because this results in spaces in the
...
selection.
svn path=/trunk/kdenetwork/kmail/; revision=134123
24 years ago
Aaron J. Seigo
94852eb595
always print black text on white paper, regardless of desktop background
...
settings.
svn path=/trunk/kdenetwork/kmail/; revision=133635
25 years ago
Michael Haeckel
0b34e5c4f9
Make fixed width fonts working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=133329
25 years ago
Ingo Klcker
6a990c3217
- Adapt KMail to the necessary API changes in Kpgp.
...
- KMail now handles messages with multiple OpenPGP blocks (like flat digests) correctly and fast because only the OpenPGP blocks are passed through gpg and not the whole message.
svn path=/trunk/kdenetwork/kmail/; revision=132765
25 years ago
Marc Mutz
35a58db34f
Unbreak compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=131939
25 years ago
Marc Mutz
e61f8814aa
Remove slotAtmProperties. It will be replaced by an attchment table once I get
...
this CSS stuff working here
svn path=/trunk/kdenetwork/kmail/; revision=131456
25 years ago
Aaron J. Seigo
873b34120b
removed QString colorToString(const QColor&) to use QColor::name() instead
...
moved fancy header CSS into the CSS style block that holds all the CSS
if there is no subject it now says so in the fancy headers ("No Subject")
svn path=/trunk/kdenetwork/kmail/; revision=131392
25 years ago
Marc Mutz
86aeff68e4
Fix some non-validating HTML. Pointed out by
...
Volker Augustin <volker.augustin@stud.uni-regensburg.de>.
Please don't commit foxes for the other stuff, since I have fixed it locally
and it would only create conflicts here...
svn path=/trunk/kdenetwork/kmail/; revision=131329
25 years ago
Marc Mutz
527a276574
Be more careful with DwString<->QCString<->QByteArray conversions, pt. II:
...
- Don't copy the attachment even more often than is needed.
- KMMessagePart::size() is now decodedSize() to make it's purpose clearer.
- Don't try to outsmart QByteArray with resize+1,[size]=0,resize-1 tricks.
- Use KIO::convertSize() instead of homebrewn ->KB formatter.
svn path=/trunk/kdenetwork/kmail/; revision=131276
25 years ago
Michael Brade
fdb5bfc314
I'm quite happy if things are compiling :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=131263
25 years ago
Aaron J. Seigo
6906f7545b
unnecessary to disconnect a slot that doesn't exist.
...
svn path=/trunk/kdenetwork/kmail/; revision=130824
25 years ago
Aaron J. Seigo
4aa70c41f7
don't display status icon of message in fancy headers as this causes
...
problems related to the memory mngmnt of message objects.
the icons never did go with my colour scheme anyways ;-)
svn path=/trunk/kdenetwork/kmail/; revision=130665
25 years ago
Aaron J. Seigo
3c884bd2d9
make fancy headers fancy
...
svn path=/trunk/kdenetwork/kmail/; revision=130495
25 years ago
Stephan Binner
dc2620e2c5
CVS_SILENT Fixed capitalisation.
...
svn path=/trunk/kdenetwork/kmail/; revision=130169
25 years ago
Ingo Klcker
3fd2d2fa14
Enlarge the boxes for encrypted/signed messages to 100%. Idea by Volker Augustin.
...
svn path=/trunk/kdenetwork/kmail/; revision=130152
25 years ago
Ingo Klcker
15d30d7571
- Remove a superfluous ';'
...
- Always display Key ID of the OpenPGP key used for signing (if it's available).
svn path=/trunk/kdenetwork/kmail/; revision=130029
25 years ago
Michael Haeckel
03d26678cd
Handle unlimited long urls in plain text mails.
...
svn path=/trunk/kdenetwork/kmail/; revision=129473
25 years ago
Daniel Naber
70452faf34
rename "opportunistic encryption" -> "automatic encryption"
...
svn path=/trunk/kdenetwork/kmail/; revision=129429
25 years ago
Michael Haeckel
8e6f270d0e
Make the composer font configurable independant of the viewer font.
...
Make the fixed width font configurable.
svn path=/trunk/kdenetwork/kmail/; revision=129382
25 years ago
Michael Haeckel
4d6996e796
- Use iso-2022-jp as default Japanese charset instead of euc-jp.
...
- Slightly better support for broken mails without charset header
Thanks to Takumi ASAKI <asataku@osk3.3web.ne.jp>
svn path=/trunk/kdenetwork/kmail/; revision=127974
25 years ago
Ingo Klcker
e7976c464b
Don't show the colorbar for empty messages (empty folder) and on the About KMail page
...
svn path=/trunk/kdenetwork/kmail/; revision=127408
25 years ago
Ingo Klcker
61694e701b
Make trust checking of signatures work with PGP 6
...
svn path=/trunk/kdenetwork/kmail/; revision=127396
25 years ago
Michael Haeckel
4535d402e9
Make the font for printing configurable.
...
svn path=/trunk/kdenetwork/kmail/; revision=127238
25 years ago
Michael Haeckel
64914e59cf
Print always black on white.
...
svn path=/trunk/kdenetwork/kmail/; revision=127231
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Marc Mutz
1bd001bb02
Make it possible for translators to find the end of the comment.
...
svn path=/trunk/kdenetwork/kmail/; revision=126954
25 years ago
Marc Mutz
b591612eb2
- Sepearte the text in the about page into static and dynamic parts.
...
Dynamic parts are:
KMail version, prior Kmail and KDE versions, homepage and help:// URL,
and the feature list, which is now generated on the fly from a static
const char* const array of I18N_NOOP'ed feature items.
- "A KDE Mail Client" -> "The KDE Mail Client" ;-)
svn path=/trunk/kdenetwork/kmail/; revision=126688
25 years ago
Michael Haeckel
996e63258e
Use an acceptable font size for printing. Don't ask me, why I have to set 6pt,
...
if I want 12pt.
svn path=/trunk/kdenetwork/kmail/; revision=126112
25 years ago
Michael Haeckel
7b4163266a
Don't crash, when right clicking on the about page.
...
svn path=/trunk/kdenetwork/kmail/; revision=126100
25 years ago
Michael Haeckel
c8e7415cbd
Mention automatic encoding selection as new feature.
...
svn path=/trunk/kdenetwork/kmail/; revision=125638
25 years ago
Michael Haeckel
02bc4d4764
Allow "+" characters in e-mail addresses, when doing URL highlighting.
...
Patch by Simon Perreault <nomis80@linuxquebec.com>
svn path=/trunk/kdenetwork/kmail/; revision=125614
25 years ago
Michael Haeckel
b0cd3f4e3d
Of course we support now finally distribution lists.
...
svn path=/trunk/kdenetwork/kmail/; revision=125425
25 years ago
Ingo Klcker
6b099f6853
- Adapt KMail to an API change of Kpgp (more flexible key
...
selection dialogs).
- Add/change some PGP colors.
- New section in kmail.upd to clean up the PGP config entries.
- Add sign_message and encrypt_message actions to composer menu.
- Add trust checking of signature keys.
- Adapt the profiles to the new PGP colors.
svn path=/trunk/kdenetwork/kmail/; revision=125214
25 years ago
Christian Gebauer
1094a253e3
fixed compilation with KDE_NO_COMPAT (kapplication.h, kcolordialog.h)
...
svn path=/trunk/kdenetwork/kmail/; revision=125101
25 years ago
Michael Haeckel
3032615b4a
On demand downloading of huge mails, deleting without downloading. Manually or
...
via filter rules.
I know, a late feature, but this one comes really very close after IMAP and
SMTP authentication with the number of people requesting it.
Patch by Heiko Hund <heiko.hund@gmx.net>
and Thorsten Zachmann <T.Zachmann@zagge.de>
svn path=/trunk/kdenetwork/kmail/; revision=125097
25 years ago