svn path=/trunk/kdenetwork/kmail/; revision=5275wilder-work
parent
bab4d13284
commit
9d95da801d
6 changed files with 22 additions and 52 deletions
@ -1,17 +0,0 @@ |
||||
- KMComposer cannot set the subject. Seems to be a problem in kmmessage.cpp |
||||
cause KMMessage::setSubject(const char *aStr) gets the subject string |
||||
without any problem but does use it correctly. |
||||
- Pop does not append downloaded msgs to according folder |
||||
- Set your pop passwd manually in kmacctpop.cpp |
||||
- Config stuff missing. Copy this kmailrc to your ~/.kde/config/ |
||||
- Saving of octet-streams does not work ( something goes wrong decoding) |
||||
- mimemagic stuff does not look at the extension yet only scans file content. |
||||
Result is that some files are not recognized correctly |
||||
- Attaching bodyParts is not yet possible. Something must be wrong with |
||||
addBodyPart() or I am just too stupid. |
||||
- In first KMail start: |
||||
Configure (Settings) goes fine until I set the POP3 account. After |
||||
pressing OK I get a window with: |
||||
QGArray::at: Absolute index 0 out of range |
||||
And KMail crashes with seg. fault. |
||||
- Add selectable character encodings (ISO-8859-x, ... |
||||
@ -0,0 +1,10 @@ |
||||
Sat Feb 14 10:03:09 1998 Stefan Taferner <stefan@idefix.home.org> |
||||
|
||||
* Startup: when recovering dead letters the auto signature was |
||||
appended twice. Fixed now. |
||||
|
||||
* Composer: fixed broken inserting of files. |
||||
|
||||
* kFileToString(): fixed handling of files with zero length. |
||||
|
||||
Initial version: 0.5.7 |
||||
@ -1,10 +0,0 @@ |
||||
make -f Makefile.cvs |
||||
./configure |
||||
make |
||||
|
||||
copy the approriate pics to either $KDEDIR/lib/pics or |
||||
$KDEDIR/lib/pics/toolbar |
||||
|
||||
You need to have IconPath set correctly in your .kderc |
||||
[KDE Setup] |
||||
IconPath=/usr/local/kde/lib/pics:/usr/local/kde/lib/pics/toolbar |
||||
Loading…
Reference in new issue