[Commits] [SCM] claws branch, master, updated. 3.13.0-20-ga98e7f2

claws at claws-mail.org claws at claws-mail.org
Mon Oct 19 18:15:58 CEST 2015


The branch, master has been updated
       via  a98e7f2de2870f82295eaa691d7c2d52d90ba4eb (commit)
       via  2e32ae50861625f9fcd9b7cd30aa88e7b094b3a6 (commit)
      from  4b812fcb035185c1edfb6efd81d3911f11f19771 (commit)

Summary of changes:
 doc/man/claws-mail.1 |    3 +++
 src/common/defs.h    |    1 +
 src/folder.c         |    2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit a98e7f2de2870f82295eaa691d7c2d52d90ba4eb
Author: Paul <paul at claws-mail.org>
Date:   Mon Oct 19 17:15:53 2015 +0100

    define tags dir where all the others are

diff --git a/src/common/defs.h b/src/common/defs.h
index 7dfed6a..722f386 100644
--- a/src/common/defs.h
+++ b/src/common/defs.h
@@ -39,6 +39,7 @@
 #define QUEUE_DIR		"queue"
 #define DRAFT_DIR		"draft"
 #define TRASH_DIR		"trash"
+#define TAGS_DIR		"tagsdb"
 #define RC_DIR			CFG_RC_DIR
 #define OLD_GTK2_RC_DIR		".sylpheed-claws"
 #define OLDER_GTK2_RC_DIR	".sylpheed-gtk2"
diff --git a/src/folder.c b/src/folder.c
index eef32b0..705db37 100644
--- a/src/folder.c
+++ b/src/folder.c
@@ -4018,7 +4018,7 @@ static gchar *folder_item_get_tags_file(FolderItem *item)
 #endif
 
 	path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S,
-			   "tagsdb", G_DIR_SEPARATOR_S,
+			   TAGS_DIR, G_DIR_SEPARATOR_S,
 			   identifier, NULL);
 	
 	g_free(identifier);

commit 2e32ae50861625f9fcd9b7cd30aa88e7b094b3a6
Author: Paul <paul at claws-mail.org>
Date:   Mon Oct 19 17:15:29 2015 +0100

    list tags directory

diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1
index 52bd76b..edca26b 100644
--- a/doc/man/claws-mail.1
+++ b/doc/man/claws-mail.1
@@ -176,6 +176,9 @@ Automatic Faces and X\-Faces files for accounts
 $HOME/.claws\-mail/certs/*
 SSL certificates received from mail servers
 .TP 
+$HOME/.claws\-mail/tagsdb
+Tags directory
+.TP 
 $HOME/.claws\-mail/templates
 User\-defined templates directory
 .TP 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list