Revision 2536

libsylph/mbox.c (revision 2536)
1 1
/*
2 2
 * LibSylph -- E-Mail client library
3
 * Copyright (C) 1999-2008 Hiroyuki Yamamoto
3
 * Copyright (C) 1999-2010 Hiroyuki Yamamoto
4 4
 *
5 5
 * This library is free software; you can redistribute it and/or
6 6
 * modify it under the terms of the GNU Lesser General Public
......
234 234
			fclose(mbox_fp);
235 235
			return -1;
236 236
		}
237
		fltinfo->flags = msginfo->flags;
237 238
		msginfo->file_path = g_strdup(tmp_file);
238 239

  
239 240
		if (filter_junk && prefs_common.enable_junk &&
ChangeLog (revision 2536)
1
2010-05-08
2

  
3
	* libsylph/mbox.c: proc_mbox_full(): fixed a bug that MIME flag was
4
	  not properly set on importing mbox file.
5

  
1 6
2010-04-23
2 7

  
3 8
	* faq/en/sylpheed-faq*: updated Sylpheed FAQ (English)

Also available in: Unified diff