* cosmetics

This commit is contained in:
djcb
2013-06-24 22:44:36 +03:00
parent 916e0f9a64
commit 7fe37334b5
5 changed files with 25 additions and 23 deletions

View File

@ -855,8 +855,8 @@ get_target_mdir (MuMsg *msg, const char *target_maildir, GError **err)
*/
gboolean
mu_msg_move_to_maildir (MuMsg *self, const char *maildir,
MuFlags flags, gboolean ignore_dups, gboolean new_name,
GError **err)
MuFlags flags, gboolean ignore_dups,
gboolean new_name, GError **err)
{
char *newfullpath;
char *targetmdir;
@ -872,9 +872,8 @@ mu_msg_move_to_maildir (MuMsg *self, const char *maildir,
newfullpath = mu_maildir_move_message (mu_msg_get_path (self),
targetmdir, flags,
ignore_dups, new_name, err);
/* update the message path and the flags; they may have
* changed */
ignore_dups, new_name,
err);
if (!newfullpath) {
g_free (targetmdir);
return FALSE;