Maildir Path handling. More...
#include "config.h"#include <dirent.h>#include <limits.h>#include <stdbool.h>#include <stdio.h>#include <sys/stat.h>#include "mutt/lib.h"#include "path.h"
Include dependency graph for path.c:Go to the source code of this file.
Functions | |
| int | maildir_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| int | maildir_path_is_empty (struct Buffer *path) |
| Is the mailbox empty. | |
| enum MailboxType | maildir_path_probe (const char *path, const struct stat *st) |
| Is this a Maildir Mailbox? | |
Maildir Path handling.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file path.c.
| int maildir_path_is_empty | ( | struct Buffer * | path | ) |
Is the mailbox empty.
| path | Mailbox to check |
Definition at line 56 of file path.c.
Here is the call graph for this function: