Notmuch-specific Email data. More...
#include "core/lib.h"
Go to the source code of this file.
Data Structures | |
struct | NmEmailData |
Notmuch-specific Email data -. More... | |
Functions | |
void | nm_edata_free (void **ptr) |
Free data attached to an Email. | |
struct NmEmailData * | nm_edata_get (struct Email *e) |
Get the Notmuch Email data. | |
struct NmEmailData * | nm_edata_new (void) |
Create a new NmEmailData for an email. | |
Notmuch-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.h.
void nm_edata_free | ( | void ** | ptr | ) |
struct NmEmailData * nm_edata_get | ( | struct Email * | e | ) |
struct NmEmailData * nm_edata_new | ( | void | ) |
Create a new NmEmailData for an email.
ptr | New NmEmailData struct |
Definition at line 61 of file edata.c.