X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=mail%2Fmutt%2Fmails;fp=mail%2Fmutt%2Fmails;h=22a111cd8233373450cb2d11bdb36ec8f1c4f56a;hb=214dc48c13fb068452efcb832809bddf6c5601a5;hp=0000000000000000000000000000000000000000;hpb=7944bc5ce0d42f27738cc087ece4edbba02d0747;p=config%2Fdotfiles.git diff --git a/mail/mutt/mails b/mail/mutt/mails new file mode 100644 index 0000000..22a111c --- /dev/null +++ b/mail/mutt/mails @@ -0,0 +1,54 @@ +# muttrc file for mailbox and email settings + +# Copyright (C) 2007-2012 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 + +# don't mark old new mails as "O", mark them as "N": +set mark_old=no + +# ask before quitting: +set quit=ask-yes + +# vim: ft=muttrc