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
1019:d0a69c7943e5
for
compose.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
1999-08-24 23:23:48 (
9 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:
Trivial patch to make attach-message work for IMAP folders.
Files:
1 modified
compose.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
compose.c
r913
r1019
558
558
mutt_expand_path (fname, sizeof (fname));
559
559
560
#ifdef USE_IMAP
561
if (!mx_is_imap (fname))
562
#endif
560
563
/* check to make sure the file exists and is readable */
561
564
if (access (fname, R_OK) == -1)
Download in other formats:
Unified Diff
Zip Archive