Summary: | Add option "Use the same font for all quoting levels" | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | Christian Janoff <kdebugs> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian Janoff
2006-08-09 14:19:13 UTC
I found out that this can be turned off by commenting out defaultFont.setItalic( true ); in kdepim/libkdepim/csshelper.cpp (line 96). {The two following lines show that KNode uses this defaultFont for every single quoted line: for ( int i = 0 ; i < 3 ; ++i ) mQuoteFont[i] = defaultFont; } TODO: - Comment out this line for future version of KNode! OR (BETTER) - Add an option for it in the configuration menu! This should done by someone experienced. This also affects KMail btw. (at least if you don't use custom fonts), so there also should be an appropriate option in KMail's configuration dialog. Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug. |