* mu-msg-guile.c: update for API changes

This commit is contained in:
Dirk-Jan C. Binnema 2011-08-16 23:46:11 +03:00
parent 43b1edbbe5
commit 9b0a9320f5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ SCM_DEFINE (msg_move, "mu:msg:move-to-maildir", 2, 0, 0,
flags = mu_msg_get_flags (msgwrap->_msg);
rv = mu_msg_move_to_maildir (msgwrap->_msg,
scm_to_utf8_string (TARGETMDIR), flags,
&err);
FALSE, &err);
if (!rv && err) {
mu_guile_g_error (FUNC_NAME, err);
g_error_free (err);