#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "mdemail.h"
Go to the source code of this file.
Functions | |
struct MdEmail * | maildir_entry_new (void) |
Create a new Maildir entry. | |
void | maildir_entry_free (struct MdEmail **ptr) |
Free a Maildir object. | |
void | maildirarray_clear (struct MdEmailArray *mda) |
Free a Maildir array. | |
Maildir Email helper.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file mdemail.c.
struct MdEmail * maildir_entry_new | ( | void | ) |
Create a new Maildir entry.
ptr | New Maildir entry |
Definition at line 39 of file mdemail.c.
void maildir_entry_free | ( | struct MdEmail ** | ptr | ) |
void maildirarray_clear | ( | struct MdEmailArray * | mda | ) |
Free a Maildir array.
[out] | mda | Maildir array to free |
Definition at line 64 of file mdemail.c.