Skip to content

Commit

Permalink
[jan] Fix creating new trash folder from preference screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 17, 2016
1 parent 7460091 commit fa2c591
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions imp/js/prefs/folder.js
Expand Up @@ -15,7 +15,7 @@ var ImpFolderPrefs = {
{
var mbox,
id = f.identify(),
txt = this.mboxes.get(id),
txt = $H(this.mboxes).get(id),
newmbox = $(id + '_new'),
sel = $(f[f.selectedIndex]);

Expand Down Expand Up @@ -60,4 +60,4 @@ var ImpFolderPrefs = {

document.observe('dom:loaded', ImpFolderPrefs.onDomLoad.bind(ImpFolderPrefs));
document.observe('HordeIdentitySelect:change', ImpFolderPrefs.changeIdentity.bindAsEventListener(ImpFolderPrefs));
document.on('select', '.folderPrefSelect', ImpFolderPrefs.newMboxName.bind(ImpFolderPrefs));
document.on('change', '.folderPrefSelect', ImpFolderPrefs.newMboxName.bind(ImpFolderPrefs));
18 changes: 17 additions & 1 deletion imp/package.xml
Expand Up @@ -3857,9 +3857,11 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-10-20</date>
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Don&apos;t strip PGP mime parts when saving sent messages (Bug #14233).
* [jan] Fix retrieving public PGP keys with certain HTTP client backends.
* [jan] Send MDNs from the correct identity (Bug #14034).
* [jan] Fix autocompleter filtering if items exceed the maximum size (jsveiga@it.eng.br, Bug #13984).
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
Expand All @@ -3868,6 +3870,20 @@
* [jan] Fix wrapping of plain text converted from HTML MIME parts.
</notes>
</release>
<release>
<version>
<release>6.2.13</release>
<api>6.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix creating new trash folder from preference screen.
* [jan] Fix finding reply or forward text from signed or encrypted messages with HTML content.
</notes>
</release>
<release>
<date>2015-03-26</date>
<version>
Expand Down

0 comments on commit fa2c591

Please sign in to comment.