Changeset e8d9073 in github
- Timestamp:
- Dec 4, 2011 8:37:44 AM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 5d692ba
- Parents:
- 84ff800
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4f8be46f re8d9073 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 -
program/js/app.js
rca0cd05 re8d9073 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.
