Parcourir la source

Search page should remember last move-target too

pdontthink il y a 5 ans
Parent
commit
f9fb9a93e4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;