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