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
ff2c5385
...
ff2c5385c5611886f4710a99cb2b36e66e64adfd
authored
2001-04-10 21:44:15 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Cleanup.
1 parent
33c340f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
mailbox/folder_imap.c
mailbox/property.c
mailbox/folder_imap.c
View file @
ff2c538
...
...
@@ -29,8 +29,6 @@
#include <imap0.h>
#define PROP_RFC822 1
/* Variable use for the registrar. */
static
struct
_record
_imap_record
=
{
...
...
mailbox/property.c
View file @
ff2c538
...
...
@@ -205,7 +205,7 @@ property_unset (property_t prop, const char *k)
int
property_is_set
(
property_t
prop
,
const
char
*
k
)
{
in
t
n
=
0
;
size_
t
n
=
0
;
property_get_value
(
prop
,
k
,
NULL
,
0
,
&
n
);
return
(
n
!=
0
);
}
...
...
Please
register
or
sign in
to post a comment