]> granicus.if.org Git - neomutt/commitdiff
drop dupe prototype
authorRichard Russon <rich@flatcap.org>
Sun, 24 Feb 2019 16:45:27 +0000 (16:45 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 27 Feb 2019 15:15:25 +0000 (15:15 +0000)
maildir/maildir_private.h

index dd75183b983b84e3e6540575b17b120e21966561..63f947af89b89d5ee104c703d9c2edf80f3e09c6 100644 (file)
@@ -94,7 +94,6 @@ int                     maildir_move_to_context(struct Mailbox *m, struct Maildi
 int                     maildir_parse_dir      (struct Mailbox *m, struct Maildir ***last, const char *subdir, int *count, struct Progress *progress);
 void                    maildir_parse_flags    (struct Email *e, const char *path);
 struct Email *          maildir_parse_message  (enum MailboxType magic, const char *fname, bool is_old, struct Email *e);
-bool                    maildir_update_flags   (struct Mailbox *m, struct Email *o, struct Email *n);
 void                    maildir_update_tables  (struct Context *ctx, int *index_hint);
 int                     md_commit_message      (struct Mailbox *m, struct Message *msg, struct Email *e);
 int                     mh_commit_msg          (struct Mailbox *m, struct Message *msg, struct Email *e, bool updseq);