Summary | IMP doesn't automatically reload page after message search in action as "mark as" menu |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | umuta (at) sabanciuniv (dot) edu |
Created | 06/16/2005 (7331 days ago) |
Due | |
Updated | 07/27/2005 (7290 days ago) |
Assigned | 06/16/2005 (7331 days ago) |
Resolved | 07/27/2005 (7290 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
with your c-client or imap server.
problem at repeating same process.
I don't know is it help to you, as using IE shows URL with error
https://www.domain.com/horde/imp/mailbox.php?nocache=4syu0znfimbk
(Cannot find server or DNS Error)
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IMP doesn't automatically reload page after message search in action as "mark as" menu
Queue ⇒ IMP
message from listed > Mark as Important. There is problem at this
point. Page don't have reloaded automatically. Although message is
marked, message isn't viewing marked for page hasn't been reloaded.
But If user click on "Refresh Search Result" icon is happen. Why don't
automatically page reload after mark any message?
imp/teplates/mailbox/javascript.inc file includes flagMessages(whichForm)
document.messages.actionID.value = 'flag_messages';
document.messages.submit();
I think submit is wrong running. I'm confused.