Notmuch tag functions. More...
#include "mutt/lib.h"
Include dependency graph for tag.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | NmTags |
| Array of Notmuch tags. More... | |
Functions | |
| 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.
| 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 50 of file tag.c.
Here is the call graph for this function:
Here is the caller graph for this function: