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
799:b196068d3883
for
compose.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1999-01-26 00:39:30 (
10 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
$resolve should be honored when doing toggle-unlink on the compose
menu.
Files:
1 modified
compose.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
compose.c
r796
r799
866
866
CHECK_COUNT;
867
867
idx[menu->current]->content->unlink = !idx[menu->current]->content->unlink;
868
if (option (OPTRESOLVE) && menu->current + 1 < menu->max)
869
menu->current++;
868
870
menu->redraw = REDRAW_INDEX;
869
871
break;
Download in other formats:
Unified Diff
Zip Archive