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
5136:021f494d5154
for
browser.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-04-13 14:14:07 (
20 months
ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:
Strip / from tail of
LastDir?
when copying from Maildir (closes
#1885
)
Files:
1 modified
browser.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.c
r5104
r5136
621
621
browser_sort (&state);
622
622
}
623
#endif
623
else
624
#endif
625
{
626
i = mutt_strlen (LastDir);
627
while (i && LastDir[--i] == '/')
628
LastDir[i] = '\0';
629
if (!LastDir[0])
630
getcwd (LastDir, sizeof (LastDir));
631
}
624
632
}
625
633
Download in other formats:
Unified Diff
Zip Archive