* mu-msg: update for other changes

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-16 23:43:57 +03:00
parent 14aa3c132b
commit a84d72e7cf
2 changed files with 8 additions and 4 deletions

View File

@ -395,13 +395,16 @@ char* mu_msg_to_sexp (MuMsg *msg, gboolean dbonly);
* that this may still involve a moved to another directory (say, from
* new/ to cur/)
* @param flags to set for the target (influences the filename, path)
* @param silently ignore the src=target case (return TRUE)
* @param err (may be NULL) may contain error information; note if the
* function return FALSE, err is not set for all error condition
* (ie. not for parameter errors)
* (ie. not for parameter error
*
* @return TRUE if it worked, FALSE otherwise
*/
gboolean mu_msg_move_to_maildir (MuMsg *msg, const char* targetmdir,
MuFlags flags, GError **err);
MuFlags flags, gboolean ignore_dups,
GError **err);
enum _MuMsgContactType { /* Reply-To:? */