postpone.o progress.o query.o recvattach.o recvcmd.o resize.o rfc1524.o \
rfc2047.o rfc2231.o rfc3676.o safe_asprintf.o score.o send.o \
sendlib.o sidebar.o smtp.o sort.o state.o status.o system.o \
- tags.o terminal.o thread.o url.o version.o
+ terminal.o thread.o url.o version.o
@if !HAVE_WCSCASECMP
NEOMUTTOBJS+= wcscasecmp.o
mutt/idna.o mutt/list.o mutt/logging.o mutt/mapping.o \
mutt/mbyte.o mutt/md5.o mutt/memory.o mutt/mime.o \
mutt/parameter.o mutt/regex.o mutt/rfc2047.o mutt/sha1.o \
- mutt/signal.o mutt/string.o
+ mutt/signal.o mutt/string.o mutt/tags.o
CLEANFILES+= $(LIBMUTT) $(LIBMUTTOBJS)
MUTTLIBS+= $(LIBMUTT)
ALLOBJS+= $(LIBMUTTOBJS)
#include "protos.h"
#include "rfc2047.h"
#include "state.h"
-#include "tags.h"
#ifdef USE_NOTMUCH
#include "mutt_notmuch.h"
#endif
#include "progress.h"
#include "protos.h"
#include "sort.h"
-#include "tags.h"
#include "terminal.h"
#include "thread.h"
#ifdef USE_SIDEBAR
#include "hcache/hcversion.h"
#include "header.h"
#include "protos.h"
-#include "tags.h"
static unsigned int hcachever = 0x0;
#include "options.h"
#include "protos.h"
#include "sort.h"
-#include "tags.h"
#include "thread.h"
/**
#include <stdbool.h>
#include <time.h>
#include "mutt/mutt.h"
-#include "tags.h"
/**
* struct Header - The header/envelope of an email
#include "progress.h"
#include "protos.h"
#include "sort.h"
-#include "tags.h"
#include "url.h"
#ifdef USE_HCACHE
#include "hcache/hcache.h"
#include "options.h"
#include "progress.h"
#include "protos.h"
-#include "tags.h"
#ifdef USE_HCACHE
#include "hcache/hcache.h"
#endif
#include "options.h"
#include "protos.h"
#include "sort.h"
-#include "tags.h"
#ifdef USE_LUA
#include "mutt_lua.h"
#endif
#include "options.h"
#include "pattern.h"
#include "protos.h"
-#include "tags.h"
#ifdef USE_SIDEBAR
#include "sidebar.h"
#endif
* | mutt/sha1.c | @subpage sha1 |
* | mutt/signal.c | @subpage signal |
* | mutt/string.c | @subpage string |
+ * | mutt/tags.c | @subpage tags |
*
* @note The library is self-contained -- some files may depend on others in
* the library, but none depends on source from outside.
#include "sha1.h"
#include "signal2.h"
#include "string2.h"
+#include "tags.h"
#endif /* _MUTT_MUTT_H */
#include "config.h"
#include <stddef.h>
+#include <stdbool.h>
#include <string.h>
-#include "mutt/mutt.h"
#include "tags.h"
+#include "hash.h"
+#include "memory.h"
+#include "queue.h"
+#include "string2.h"
char *HiddenTags; /**< Config: Private tags which should not be displayed */
struct Hash *TagTransforms; /**< Lookup table of alternative tag names */
#define _MUTT_TAG_H
#include <stdbool.h>
-#include "mutt/mutt.h"
+#include "queue.h"
extern char *HiddenTags;
extern struct Hash *TagTransforms;
void driver_tags_free(struct TagHead *head);
char *driver_tags_get(struct TagHead *head);
-char *driver_tags_get_transformed_for(char *name, struct TagHead *head);
char *driver_tags_get_transformed(struct TagHead *head);
+char *driver_tags_get_transformed_for(char *name, struct TagHead *head);
char *driver_tags_get_with_hidden(struct TagHead *head);
bool driver_tags_replace(struct TagHead *head, char *tags);
#include "mx.h"
#include "progress.h"
#include "protos.h"
-#include "tags.h"
#include "thread.h"
#include "url.h"
#include "ncrypt/ncrypt.h"
#include "options.h"
#include "protos.h"
-#include "tags.h"
#include "url.h"
#ifdef HAVE_SYS_SYSCALL_H
#include <sys/syscall.h>
#include "progress.h"
#include "protos.h"
#include "state.h"
-#include "tags.h"
#include "thread.h"
#ifdef USE_IMAP
#include "imap/imap.h"
mutt/sha1.c
mutt/signal.c
mutt/string.c
+mutt/tags.c
mutt_account.c
mutt_attach.c
mutt_body.c
state.c
status.c
system.c
-tags.c
terminal.c
thread.c
url.c