<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/steps, branch 1.0.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.0.5</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.0.5'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2015-01-13T10:02:02Z</updated>
<entry>
<title>Fix so "set as default" option is hidden if identities_level &gt; 1 (#1490226)</title>
<updated>2015-01-13T10:02:02Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-01-13T10:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=56caf850794587a8f3f644c6823daef2d659360f'/>
<id>urn:sha1:56caf850794587a8f3f644c6823daef2d659360f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly handle DateTime values in Vcard export</title>
<updated>2015-01-07T16:05:29Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>bruederli@kolabsys.com</email>
</author>
<published>2015-01-07T16:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=37757464fd4d603b7f8cd3038d5c85a2f92de855'/>
<id>urn:sha1:37757464fd4d603b7f8cd3038d5c85a2f92de855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208)</title>
<updated>2015-01-03T13:42:11Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-01-03T13:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ed32835aba6acd8445dd067c3ed8c96cb1092d25'/>
<id>urn:sha1:ed32835aba6acd8445dd067c3ed8c96cb1092d25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use current year for timezone offset display</title>
<updated>2014-12-27T13:42:08Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>bruederli@kolabsys.com</email>
</author>
<published>2014-12-27T13:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=be363cdf92471d0d721db35570bf3d184c4ec387'/>
<id>urn:sha1:be363cdf92471d0d721db35570bf3d184c4ec387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Read page and page_size before check_recent hook is executed</title>
<updated>2014-12-17T12:11:49Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-12-17T12:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2ae677afd7b5644eb3f163ce237acab0dc735ab2'/>
<id>urn:sha1:2ae677afd7b5644eb3f163ce237acab0dc735ab2</id>
<content type='text'>
- some plugins may change them to invalid values (in mail context)
</content>
</entry>
<entry>
<title>Fix bugs where CSRF attacks were still possible on some requests</title>
<updated>2014-12-15T12:47:55Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-12-15T12:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=376cbfd4f2dfcf455717409b70d9d056cbeb08b1'/>
<id>urn:sha1:376cbfd4f2dfcf455717409b70d9d056cbeb08b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The following:</title>
<updated>2014-11-16T13:41:28Z</updated>
<author>
<name>David Carter</name>
<email>dpc22@cam.ac.uk</email>
</author>
<published>2014-06-06T10:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=94d8fb5a42899377804e42a3084845d034563167'/>
<id>urn:sha1:94d8fb5a42899377804e42a3084845d034563167</id>
<content type='text'>
  program/steps/mail/compose.inc :: rcmail_store_target_selection()
  program/steps/settings/edit_folder.inc :: rcmail_folder_form()

both try to localise mailbox names.

Push the logic down into the folder_selector() method which can use:

  $this-&gt;config-&gt;get('show_real_foldernames')

to decide the correct default behaviour.

Clients functions and methods can still override by adding 'realnames'
named parameter to the folder_selector() call. The obvious example is
the Settings -&gt; Preferences -&gt; Special Folders screen.
</content>
</entry>
<entry>
<title>Fixed typo</title>
<updated>2014-10-31T17:31:59Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-31T17:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a4289060e62ece4f4bd35bb00b2d03022afe012c'/>
<id>urn:sha1:a4289060e62ece4f4bd35bb00b2d03022afe012c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More get_folder() -&gt; $MESSAGE-&gt;folder</title>
<updated>2014-10-30T18:56:45Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-30T18:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=e03bcf3406722b2fe3a514524b117420f07baa19'/>
<id>urn:sha1:e03bcf3406722b2fe3a514524b117420f07baa19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't trust get_folder(), use $MESSAGE-&gt;folder if available</title>
<updated>2014-10-30T18:28:27Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-30T18:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=bc42d0a041e1054f4a34bdee154c8c9131a3ef6f'/>
<id>urn:sha1:bc42d0a041e1054f4a34bdee154c8c9131a3ef6f</id>
<content type='text'>
</content>
</entry>
</feed>
