]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - mutt/mails
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / mutt / mails
diff --git a/mutt/mails b/mutt/mails
deleted file mode 100644 (file)
index 22a111c..0000000
+++ /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 <http://www.gnu.org/licenses/>.
-
-
-# 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