Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
3317:c77474208f2b
for
alias.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2003-03-03 23:45:45 (
6 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Fixing more IDN bugs.
Files:
1 modified
alias.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
alias.c
r3311
r3317
266
266
new->name = safe_strdup (buf);
267
267
268
mutt_addrlist_to_local (adr);
269
268
270
if (adr)
269
271
strfcpy (buf, adr->mailbox, sizeof (buf));
…
…
271
273
buf[0] = 0;
272
274
275
mutt_addrlist_to_idna (adr, NULL);
276
273
277
do
274
278
{
Download in other formats:
Unified Diff
Zip Archive