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
17a229a4
...
17a229a44dbd41cb455ade1557a8d787a1dbf236
authored
2006-02-06 11:45:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_stream_to_message): New function.
1 parent
1d874f49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
include/mailutils/message.h
include/mailutils/message.h
View file @
17a229a
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2005
Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2005
, 2006
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -113,6 +113,9 @@ extern int mu_message_save_to_mailbox (mu_message_t msg, mu_ticket_t ticket,
mu_debug_t
debug
,
const
char
*
toname
);
extern
int
mu_stream_to_message
(
mu_stream_t
instream
,
mu_message_t
*
pmsg
);
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment