diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:59:03 -0500 |
commit | 9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch) | |
tree | b1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /README | |
parent | 0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff) | |
download | kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip |
Update to TDE R14 API
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,13 +32,13 @@ new headers are loaded again. However, this concept is again imcompatible with t rc file. You have to create your accounts again. Installation: see the INSTALL file and check the following: -make sure the environment variables KDEDIR, QTDIR and PATH contain the correct values. +make sure the environment variables TDEDIR, QTDIR and PATH contain the correct values. For SuSE these are: -KDEDIR=/opt/kde3 +TDEDIR=/opt/kde3 QTDIR=/usr/lib/qt3 -PATH=$KDEDIR/bin:$QTDIR/bin:... +PATH=$TDEDIR/bin:$QTDIR/bin:... If not already installed, you need the kde network include files. Get the -kdenetwork-devel and kdepim-devel rpm packages or the source files. +tdenetwork-devel and tdepim-devel rpm packages or the source files. Known bugs: The connection to the pop3 server fails, if there is a null password. |