/* * imuse -- A FUSE filesystem for exposing IMAP accounts as a locally browsable filesystem, neat! * * (c) 2009 - R. Tyler Ballance */ #include #include #include "muse_send.h" struct muse_send_config *config_by_account(const char *accountname) { return NULL; }