Changeset 5538 in subversion


Ignore:
Timestamp:
Dec 4, 2011 8:37:44 AM (19 months ago)
Author:
alec
Message:
  • Fix navigation in messages search results
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r5525 r5538  
    22=========================== 
    33 
     4- Fix navigation in messages search results 
    45- Improved handling of some malformed values encoded with quoted-printable (#1488232) 
    56- Add possibility to do LDAP bind before searching for bind DN 
  • trunk/roundcubemail/program/js/app.js

    r5497 r5538  
    229229 
    230230          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 : ''), 
    232233              this.display_message('', 'loading')); 
    233234          } 
Note: See TracChangeset for help on using the changeset viewer.