]> git.notmuchmail.org Git - notmuch/commit
lib: Move _filename_is_in_maildir
authorAustin Clements <amdragon@MIT.EDU>
Sat, 9 Jun 2012 19:14:15 +0000 (15:14 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 10 Jun 2012 23:13:45 +0000 (20:13 -0300)
commit93ab4c7d119bb751c4d7297cb18a6f5eb50ae478
tree311faac36ac4f559e7b2eb8d944ca9cc0d460bc2
parentb0d0dab22abd80d826edee7260d1c9cbfdcffd56
lib: Move _filename_is_in_maildir

This way notmuch_message_maildir_flags_to_tags can call it.  It makes
more sense for this to be just above all of the maildir
synchronization code rather than mixed in the middle.
lib/message.cc