X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mx.h;h=4e094427459bd3a5c537efdf50c7512f3144e7b8;hp=a53763659c0abdfdeecdd06bb93d0a8b5012da5d;hb=144d971350da85e57d24db87c09fd9cc0dcf22f2;hpb=baf86ef44a449017ea20c3fcb252b66dc43fe6ce diff --git a/mx.h b/mx.h index a537636..4e09442 100644 --- a/mx.h +++ b/mx.h @@ -102,6 +102,8 @@ typedef struct { void (*mx_fastclose_mailbox) (CONTEXT*); /* write out changes */ int (*mx_sync_mailbox) (CONTEXT*, int, int*); + /* commit a message to a folder */ + int (*mx_commit_message) (MESSAGE*, CONTEXT*); } mx_t; /* called from main: init all folder types */