1 # muttrc file for mailbox and email settings
3 # Copyright (C) 2007-2018 Simon Ruderich
5 # This file is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this file. If not, see <http://www.gnu.org/licenses/>.
19 # use my inbox as mbox:
22 # store send emails in this mailbox:
23 set record=+send/outbox
24 # store postponed mails in this file:
25 set postponed=+postponed
28 # use the little brother database to get information about emails (no quotes
30 set query_command="lbdbq %s"
33 # automatically append emails to other mailboxes:
35 # automatically delete emails when changing/closing a mailbox:
37 # don't ask to move read mails from spool file to mbox:
40 # automatically quote the message when replying:
42 # allow editing of headers when sending a mail:
44 # make sure autoedit is disabled as it causes problems with several hooks
45 # (send-hook, reply-hook, crypt-hook, etc.)
48 # ask before quitting: