projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287fc26
)
Don't use IMAP username, since it may have nothing to do with auth username
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Nov 2009 18:22:01 +0000
(11:22 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Nov 2009 18:27:42 +0000
(11:27 -0700)
imp/lib/Prefs/Identity.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Identity.php
b/imp/lib/Prefs/Identity.php
index
8c13167
..
531548b
100644
(file)
--- a/
imp/lib/Prefs/Identity.php
+++ b/
imp/lib/Prefs/Identity.php
@@
-231,7
+231,7
@@
class Imp_Prefs_Identity extends Horde_Prefs_Identity
$val = $this->getValue('from_addr', $ident);
if (empty($val)) {
- $val =
$GLOBALS['imp_imap']->ob()->getParam('username'
);
+ $val =
Horde_Auth::getBareAuth(
);
}
if (!strstr($val, '@')) {