Notmuch tag functions. More...
#include "mutt/lib.h"
Go to the source code of this file.
Data Structures | |
struct | NmTags |
Array of Notmuch tags. More... | |
Functions | |
ARRAY_HEAD (TagArray, char *) | |
void | nm_tag_array_free (struct NmTags *tags) |
Free all memory of a NmTags. | |
struct NmTags | nm_tag_str_to_tags (const char *tag_string) |
Converts a comma and/or space-delimited string of tags into an array. | |
Notmuch tag functions.
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 tag.h.
ARRAY_HEAD | ( | TagArray | , |
char * | |||
) |
void nm_tag_array_free | ( | struct NmTags * | tags | ) |
struct NmTags nm_tag_str_to_tags | ( | const char * | tag_str | ) |
Converts a comma and/or space-delimited string of tags into an array.
tag_str | String containing a list of tags, comma- and/or space-delimited |
obj | Array containing tags represented as strings |
Definition at line 51 of file tag.c.