talons

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

commit 8b63baef420977dc3d2021bb0526b474d3fb3bd5
parent f02d1a8cc95114e78611ec9f83b81c097b3b68ab
Author: Michael Rasmussen <mir@datanom.net>
Date:   Sat, 14 Sep 2013 14:07:15 +0200

Fix bug 3002 'undefined reference to check_file_integrity'.
Patch provided by Marco Villegas.

Diffstat:
Msrc/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -54,7 +54,6 @@ old_abook_source = \ expldifdlg.c \ exporthtml.c \ exportldif.c \ - file_checker.c \ importldif.c \ importmutt.c \ importpine.c \ @@ -139,6 +138,7 @@ claws_mail_SOURCES = \ edittags.c \ enriched.c \ export.c \ + file_checker.c \ filtering.c \ folder.c \ folder_item_prefs.c \