|
@@ -767,7 +767,7 @@ function mail_message_listing_beginning ($imapConnection,
|
|
|
echo getButton('SUBMIT', 'markRead',_("Read"));
|
|
|
echo getButton('SUBMIT', 'markUnread',_("Unread"));
|
|
|
echo getButton('SUBMIT', 'delete',_("Delete")) ." \n";
|
|
|
- if (!strpos($php_self,'mailbox')) {
|
|
|
+ if (!strpos($php_self,'?')) {
|
|
|
$location = $php_self.'?mailbox=INBOX&startMessage=1';
|
|
|
} else {
|
|
|
$location = $php_self;
|