projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc21b73
)
initialize mp in ismymbox
author
Philipp Takacs
<philipp@bureaucracy.de>
Wed, 28 Oct 2015 11:19:05 +0000
(12:19 +0100)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Wed, 28 Oct 2015 11:26:53 +0000
(12:26 +0100)
sbr/addrsbr.c
patch
|
blob
|
history
diff --git
a/sbr/addrsbr.c
b/sbr/addrsbr.c
index
8915798
..
201e816
100644
(file)
--- a/
sbr/addrsbr.c
+++ b/
sbr/addrsbr.c
@@
-252,10
+252,10
@@
ismymbox(struct mailname *np)
if (am == NULL) {
mq.m_next = NULL;
mq.m_mbox = getusername();
+ mp = &mq;
if ((am = context_find("alternate-mailboxes")) == NULL) {
am = getusername();
} else {
- mp = &mq;
oops = 0;
while ((cp = getname(am))) {
if ((mp->m_next = getm(cp, NULL, 0, AD_NAME, NULL)) == NULL) {