Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1c76c699
...
1c76c6997e6e8ca153b1b46948f2598422147580
authored
2004-06-03 21:59:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
minor fix
1 parent
6de9251e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
mailbox/folder.c
mailbox/mailcap.c
mailbox/folder.c
View file @
1c76c69
...
...
@@ -408,7 +408,8 @@ folder_get_url (folder_t folder, url_t *purl)
return
0
;
}
static
int
is_known_folder
(
url_t
url
,
folder_t
*
pfolder
)
static
int
is_known_folder
(
url_t
url
,
folder_t
*
pfolder
)
{
int
ret
=
0
;
folder_t
folder
=
NULL
;
...
...
mailbox/mailcap.c
View file @
1c76c69
...
...
@@ -483,7 +483,7 @@ mu_mailcap_parse_entry (mu_mailcap_entry_t entry, char *buffer)
entry
->
viewcommand
=
strdup
(
stripwhite
(
token
));
break
;
/* The rest are the option
n
al fields. */
/* The rest are the optional fields. */
default:
{
char
**
fields
=
realloc
(
entry
->
fields
,
...
...
Please
register
or
sign in
to post a comment