a little warning: I tested if kmail compiles, starts up and if I can receive and read mail and all of that is true. Unfortunatly I found out after the commit that replying is broken. So please don't update your CVS if you rely on kmail from CVS. Greetings, Stephan On Sat, 30 Nov 2002, Stephan Kulow wrote: > CVS commit by coolo: > > merged the kmreaderwin split > merged the Makefile.am and add all files that were added in make_it_cool > to get smaller diffs [most of them not yet compiled :] > > > M +35 -19 Makefile.am 1.173 > M +1 -1 kmacctimap.cpp 1.115 > M +181 -0 kmail_part.cpp 1.2 > M +78 -0 kmail_part.h 1.2 > M +35 -0 kmailpartIface.h 1.2 > M +6 -6 kmcommands.cpp 1.18 > M +13 -15 kmcommands.h 1.7 > M +104 -305 kmcomposewin.cpp 1.630 > M +28 -49 kmcomposewin.h 1.180 > M +20 -19 kmfolder.h 1.99 > M +434 -0 kmfolderindex.cpp 1.2 > M +96 -0 kmfolderindex.h 1.2 > M +952 -0 kmfoldersearch.cpp 1.2 > M +173 -0 kmfoldersearch.h 1.2 > M +7 -0 kmfoldertype.h 1.3 > M +141 -31 kmkernel.cpp 1.139 > M +26 -9 kmkernel.h 1.56 > M +2840 -0 kmmainwidget.cpp 1.2 > M +346 -0 kmmainwidget.h 1.2 > M +11 -27 kmmainwin.cpp 1.548 > M +6 -7 kmmainwin.h 1.153 > M +680 -0 kmmsgindex.cpp 1.2 > M +111 -0 kmmsgindex.h 1.2 > M +33 -204 kmreadermainwin.cpp 1.4 > M +1 -26 kmreadermainwin.h 1.4 > M +11 -0 kmreadermainwin.rc 1.2 > M +604 -205 kmreaderwin.cpp 1.585 > M +140 -49 kmreaderwin.h 1.135 > M +136 -0 kmstartup.cpp 1.2 > M +28 -0 kmstartup.h 1.2 >