# muttrc file for mailbox and email settings # Copyright (C) 2007-2018 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This file 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 file. If not, see . # use my inbox as mbox: set mbox=+inbox-gray # store send emails in this mailbox: set record=+send/outbox # store postponed mails in this file: set postponed=+postponed # use the little brother database to get information about emails (no quotes # around %s!): set query_command="lbdbq %s" # automatically append emails to other mailboxes: set confirmappend=no # automatically delete emails when changing/closing a mailbox: set delete=yes # don't ask to move read mails from spool file to mbox: set move=no # automatically quote the message when replying: set include=yes # allow editing of headers when sending a mail: set edit_headers=yes # make sure autoedit is disabled as it causes problems with several hooks # (send-hook, reply-hook, crypt-hook, etc.) set autoedit=no # ask before quitting: set quit=ask-yes # vim: ft=muttrc