NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
NmTags Struct Reference

Array of Notmuch tags. More...

#include "tag.h"

Data Fields

struct TagArray tags
 Tags.
 
char * tag_str
 Source string.
 

Detailed Description

Array of Notmuch tags.

The tag pointers, in the array, point into the source string. They must not be freed.

Definition at line 37 of file tag.h.

Field Documentation

◆ tags

struct TagArray NmTags::tags

Tags.

Definition at line 39 of file tag.h.

◆ tag_str

char* NmTags::tag_str

Source string.

Definition at line 40 of file tag.h.


The documentation for this struct was generated from the following file: