diff options
author | alecpl <alec@alec.pl> | 2011-07-05 09:42:40 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-05 09:42:40 +0000 |
commit | 62811c4a709004abe9145c71f3d14fe00137d900 (patch) | |
tree | bb8a873d47b934e44d9b77da58e294c868afc554 /program/steps/addressbook/search.inc | |
parent | 8fc0f9451e63c92ec99eadb8cd13dd69ded69156 (diff) |
- Fix group commands state after extended search use, make this check readonly-flag aware
Diffstat (limited to 'program/steps/addressbook/search.inc')
-rw-r--r-- | program/steps/addressbook/search.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index a78478f80..bb2f4d2ad 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -161,6 +161,7 @@ function rcmail_contact_search() // unselect currently selected directory/group $OUTPUT->command('unselect_directory'); + $OUTPUT->command('update_group_commands'); // send response $OUTPUT->send($adv ? 'iframe' : null); |