projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ab9f2
)
Only move index if we performed a delete action
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 May 2010 09:29:21 +0000
(
03:29
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 May 2010 09:29:21 +0000
(
03:29
-0600)
imp/message-mimp.php
patch
|
blob
|
history
diff --git
a/imp/message-mimp.php
b/imp/message-mimp.php
index
7b213ab
..
02a83b8
100644
(file)
--- a/
imp/message-mimp.php
+++ b/
imp/message-mimp.php
@@
-78,7
+78,7
@@
case 'ri':
// Need to build message information, so don't do action until below.
}
-if ($imp_ui->moveAfterAction()) {
+if ($
msg_delete && $
imp_ui->moveAfterAction()) {
$imp_mailbox->setIndex(1);
}