Changeset 5538 in subversion
- Timestamp:
- Dec 4, 2011 8:37:44 AM (19 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r5525 r5538 2 2 =========================== 3 3 4 - Fix navigation in messages search results 4 5 - Improved handling of some malformed values encoded with quoted-printable (#1488232) 5 6 - Add possibility to do LDAP bind before searching for bind DN -
trunk/roundcubemail/program/js/app.js
r5497 r5538 229 229 230 230 if (this.env.action == 'show') { 231 this.http_request('pagenav', '_uid='+this.env.uid+'&_mbox='+urlencode(this.env.mailbox), 231 this.http_request('pagenav', '_uid='+this.env.uid+'&_mbox='+urlencode(this.env.mailbox) 232 + (this.env.search_request ? '&_search='+this.env.search_request : ''), 232 233 this.display_message('', 'loading')); 233 234 }
Note: See TracChangeset
for help on using the changeset viewer.
