talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit e58f813baf41ff49f104ada1240028d8c8184ede
parent 5454ca5af43ebb23c45f6f1890705a7425008d86
Author: Colin Leroy <colin@colino.net>
Date:   Mon, 28 Apr 2014 13:07:33 +0200

Merge branch 'master' of ssh+git://git.claws-mail.org/home/git/claws

Diffstat:
Msrc/plugins/vcalendar/vcal_folder.c | 1+
Msrc/prefs_themes.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c @@ -42,6 +42,7 @@ #include "procheader.h" #include "folder.h" #include "folderview.h" +#include "folder_item_prefs.h" #include "vcalendar.h" #include "vcal_folder.h" #include "vcal_prefs.h" diff --git a/src/prefs_themes.c b/src/prefs_themes.c @@ -45,6 +45,7 @@ #include "mainwindow.h" #include "compose.h" #include "alertpanel.h" +#include "addr_compl.h" #define IS_CURRENT_THEME(path) (strcmp(prefs_common.pixmap_theme_path, path) == 0) #define IS_INTERNAL_THEME(path) (strcmp(DEFAULT_PIXMAP_THEME, path) == 0)