projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017e233
)
make it build
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 18 Mar 2007 23:29:55 +0000
(
00:29
+0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 18 Mar 2007 23:29:55 +0000
(
00:29
+0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
alias.cpkg
patch
|
blob
|
history
diff --git
a/alias.cpkg
b/alias.cpkg
index
a87f5f0
..
6e33e29
100644
(file)
--- a/
alias.cpkg
+++ b/
alias.cpkg
@@
-372,7
+372,7
@@
static address_t *mutt_expand_aliases_r(address_t *a, string_list_t **expn)
if (pw) {
char namebuf[STRING];
- mutt_gecos_name(namebuf, sizeof(namebuf), pw, MCore.gecos_mask
.rx
);
+ mutt_gecos_name(namebuf, sizeof(namebuf), pw, MCore.gecos_mask);
m_strreplace(&pop->personal, namebuf);
}
}