Revision 647 src/compose.c

compose.c (revision 647)
1685 1685

  
1686 1686
	if (compose->account->sig_type == SIG_FILE) {
1687 1687
		if (!is_file_or_fifo_exist(compose->account->sig_path)) {
1688
			g_warning("can't open signature file: %s\n",
1689
				  compose->account->sig_path);
1688
			debug_print("can't open signature file: %s\n",
1689
				    compose->account->sig_path);
1690 1690
			return NULL;
1691 1691
		}
1692 1692
	}

Also available in: Unified diff