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
9c5a3d47
...
9c5a3d47e072d74af7e4b2a82c09277245638e24
authored
2001-04-07 02:46:47 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New parser from Sam.
1 parent
c6d08dd1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
mailbox/include/address0.h
mailbox/parse822.c
mailbox/include/address0.h
View file @
9c5a3d4
...
...
@@ -38,7 +38,7 @@ extern "C" {
/*
* The data-structure representing an RFC822 MAILBOX. It may be
* one MAILBOX
in a list of them, as found in an ADDRESS list
or
* one MAILBOX
or a list of them, as found in an ADDRESS
or
* a MAILBOX list (as found in a GROUP).
*
* Capitalized names are from RFC 822, section 6.1 (Address Syntax).
...
...
@@ -62,7 +62,8 @@ struct _address
char
*
route
;
/* the optional ROUTE in the ROUTE-ADDR form of MAILBOX */
// size_t num; -- didn't appear to be used anywhere...
/* size_t num; this didn't appear to be used anywhere... so I commented
it out, is that ok? -sam */
struct
_address
*
next
;
};
...
...
mailbox/parse822.c
View file @
9c5a3d4
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment