parent
e8d0a2c4fa
commit
88a31454d8
1 changed files with 2 additions and 1 deletions
|
|
@ -1069,9 +1069,10 @@ public class Application.MainWindow :
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
this.previous_non_search_folder = null;
|
||||||
if (to_select != null) {
|
if (to_select != null) {
|
||||||
this.select_folder.begin(
|
this.select_folder.begin(
|
||||||
this.previous_non_search_folder, is_interactive
|
to_select, is_interactive
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
select_first_inbox(is_interactive);
|
select_first_inbox(is_interactive);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue