projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282c74a
)
Better notification message on successful send in dimp.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Jun 2009 18:31:26 +0000
(12:31 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Jun 2009 18:31:26 +0000
(12:31 -0600)
imp/compose-dimp.php
patch
|
blob
|
history
diff --git
a/imp/compose-dimp.php
b/imp/compose-dimp.php
index
6ec6e81
..
f26d183
100644
(file)
--- a/
imp/compose-dimp.php
+++ b/
imp/compose-dimp.php
@@
-180,7
+180,7
@@
if (count($_POST)) {
}
if ($sent && $prefs->getValue('compose_confirm')) {
- $notification->push(
_("Message sent successfully."
), 'horde.success');
+ $notification->push(
empty($header['subject']) ? _("Message sent successfully.") : sprintf(_("Message \"%s\" sent successfully."), $header['subject']
), 'horde.success');
}
/* Update maillog information. */