Maildir-specific Email data. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "edata.h"
Go to the source code of this file.
Functions | |
void | maildir_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct MaildirEmailData * | maildir_edata_new (void) |
Create a new MaildirEmailData object. | |
struct MaildirEmailData * | maildir_edata_get (struct Email *e) |
Get the private data for this Email. | |
Maildir-specific Email data.
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 edata.c.
struct MaildirEmailData * maildir_edata_new | ( | void | ) |
Create a new MaildirEmailData object.
ptr | New MaildirEmailData struct |
Definition at line 53 of file edata.c.
struct MaildirEmailData * maildir_edata_get | ( | struct Email * | e | ) |