#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "mhemail.h"
Go to the source code of this file.
Functions | |
struct MhEmail * | mh_entry_new (void) |
Create a new Mh entry. | |
void | mh_entry_free (struct MhEmail **ptr) |
Free a Mh object. | |
void | mharray_clear (struct MhEmailArray *mha) |
Free a Mh array. | |
Mh 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 mhemail.c.
struct MhEmail * mh_entry_new | ( | void | ) |
Create a new Mh entry.
ptr | New Mh entry |
Definition at line 39 of file mhemail.c.
void mh_entry_free | ( | struct MhEmail ** | ptr | ) |
void mharray_clear | ( | struct MhEmailArray * | mha | ) |
Free a Mh array.
[out] | mha | Mh array to free |
Definition at line 64 of file mhemail.c.