Git commit bdf524d4e5cf0cb6799afd2e020e1922a8f32d35 by Yuri Chornoivan, on behalf of Scarlett Clark. Committed on 26/06/2013 at 15:24. Pushed by yurchor into branch 'master'.
REVIEW: 111253 Documentation, added temp user entities for 4.11 release, Authors and Laurent copyright M +29 -4 doc/kmail/index.docbook http://commits.kde.org/kdepim/bdf524d4e5cf0cb6799afd2e020e1922a8f32d35 diff --git a/doc/kmail/index.docbook b/doc/kmail/index.docbook index c163ae3..61220a2 100644 --- a/doc/kmail/index.docbook +++ b/doc/kmail/index.docbook @@ -23,6 +23,10 @@ <!ENTITY openpgp "<acronym>OpenPGP</acronym>"> <!ENTITY smime "<acronym>S/MIME</acronym>"> <!ENTITY kolab "<acronym>Kolab</acronym>"> + <!ENTITY Laurent.Montel '<personname><firstname>Laurent</firstname><surname>Montel</surname></personname>'> + <!ENTITY Laurent.Montel.mail '<email>montel at kde.org</email>'> + <!ENTITY Scarlett.Clark '<personname><firstname>Scarlett</firstname><surname>Clark</surname></personname>'> + <!ENTITY Scarlett.Clark.mail '<email>scarlett at scarlettgatelyclark.com</email>'> ]> <book id="kmail" lang="&language;"> <bookinfo> @@ -76,6 +80,23 @@ </address></affiliation> </author> +<author> +<firstname>Laurent</firstname> +<surname>Montel</surname> +<affiliation><address> +&Laurent.Montel.mail; +</address></affiliation> +</author> + +<author> +<firstname>Scarlett</firstname> +<surname>Clark</surname> +<affiliation><address> +&Scarlett.Clark.mail; +</address></affiliation> +</author> + + <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> @@ -95,10 +116,14 @@ <holder>&Daniel.Naber;</holder> <holder>Ingo Klöcker</holder> </copyright> +<copyright> +<year>2013</year> +<holder>&Laurent.Montel;</holder> +</copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2011-07-15</date> -<releaseinfo>2.1.96 (&kde; 4.7)</releaseinfo> +<date>2013-06-26</date> +<releaseinfo>4.10.8 (&kde; 4.11)</releaseinfo> <abstract> @@ -122,8 +147,8 @@ &kmail-intro; <!-- 4.7--> &kmail-getting-started; <!-- 4.7--> -&kmail-using-kmail; <!-- 4.7--> -&kmail-configure; <!-- 4.7 except Message List--> +&kmail-using-kmail; <!-- 4.11 --> +&kmail-configure; <!-- 4.11 --> &kmail-menus; <!-- 4.7 except missing menu items and Mark Message table--> &kmail-faq; <!-- updated by Yuri with topics from userbase --> &kmail-importing; <!-- not reviewed -->
