NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
maildir.c File Reference

Maildir local mailbox type. More...

#include "config.h"
#include <stddef.h>
#include <stdbool.h>
#include "core/lib.h"
#include "account.h"
#include "mailbox.h"
#include "message.h"
#include "path.h"
+ Include dependency graph for maildir.c:

Go to the source code of this file.

Variables

const struct MxOps MxMaildirOps
 Maildir Mailbox - Implements MxOps -.
 

Detailed Description

Maildir local mailbox type.

Authors
  • Richard Russon
  • Pietro Cerutti

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 maildir.c.