X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=mutt%2Fmails;h=6921b980660a15f374aa4de1baca9f28860f2ab3;hb=HEAD;hp=22a111cd8233373450cb2d11bdb36ec8f1c4f56a;hpb=5dab70f0861b8a5ce2558dbb0f1264a33cbfce1f;p=config%2Fdotfiles.git diff --git a/mutt/mails b/mutt/mails deleted file mode 100644 index 22a111c..0000000 --- a/mutt/mails +++ /dev/null @@ -1,54 +0,0 @@ -# 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