Browse Source

Search page should remember last move-target too

pdontthink 5 years ago
parent
commit
f9fb9a93e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/search.php

+ 1 - 0
src/search.php

@@ -895,6 +895,7 @@ function sqimap_asearch_get_selectable_unformatted_mailboxes(&$boxes)
 /* get globals we will need */
 sqgetGlobalVar('smtoken', $submitted_token, SQ_FORM, '');
 sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION);
+sqgetGlobalVar('lastTargetMailbox', $lastTargetMailbox, SQ_SESSION);
 
 if (!sqgetGlobalVar('checkall',$checkall,SQ_GET)) {
     $checkall = false;