Notmuch-specific Email data. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "email/lib.h"#include "edata.h"
Include dependency graph for edata.c:Go to the source code of this file.
Functions | |
| void | nm_edata_free (void **ptr) |
| Free data attached to an Email. | |
| struct NmEmailData * | nm_edata_new (void) |
| Create a new NmEmailData for an email. | |
| struct NmEmailData * | nm_edata_get (struct Email *e) |
| Get the Notmuch Email data. | |
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.c.
| void nm_edata_free | ( | void ** | ptr | ) |
| 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.
Here is the caller graph for this function: