projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98cc73
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 10 Dec 2009 21:24:08 +0000
(14:24 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 10 Dec 2009 21:24:08 +0000
(14:24 -0700)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
a5b2a44
..
3b17326
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-155,7
+155,7
@@
class IMP_Compose
* auto_delete_drafts was true, and we successfully sent the
* message. */
if ((($GLOBALS['prefs']->getValue('auto_save_drafts') &&
- !$this->
_
getMetadata('resume')) ||
+ !$this->getMetadata('resume')) ||
($success && $GLOBALS['prefs']->getValue('auto_delete_drafts'))) &&
($uid = $this->getMetadata('draft_uid'))) {
$imp_message = IMP_Message::singleton();