X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsearch.php;h=c4fab122b4e4f163e36a9066111d7cb076556903;hb=33aab559e47bc6c36748eb7d105b47dbdd6d89c1;hp=958265f2cd5205404bbc829df6ec754ffe9d0985;hpb=8ed1923822b383ddb338e9eef75bb7f110cc47b4;p=squirrelmail.git diff --git a/src/search.php b/src/search.php index 958265f2..c4fab122 100644 --- a/src/search.php +++ b/src/search.php @@ -8,7 +8,7 @@ * Subfolder search idea from Patch #806075 by Thomas Pohl xraven at users.sourceforge.net. Thanks Thomas! * * @author Alex Lemaresquier - Brainstorm - * @copyright 1999-2019 The SquirrelMail Project Team + * @copyright 1999-2024 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -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;