diff --git a/git/.gitconfig b/git/.gitconfig index a92402c..df72f16 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,9 +6,6 @@ [push] default = simple -[commit] - gpgsign = true - [pull] ff = only diff --git a/mutt/.muttrc b/mutt/.muttrc index 08a80af..d470933 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -2,23 +2,3 @@ set editor=vim set sort = reverse-threads set sort_aux = last-date-received -set mbox_type=Maildir - -set folder="~/Maildir" -set mbox="~/Maildir" -set spoolfile="~/Maildir" -set timeout=30 - -set record="+.Sent" -set postponed="+.Drafts" - -mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' " ` - -macro index c "?" "open a different folder" -macro pager c "?" "open a different folder" - -macro index C "?" "copy a message to a mailbox" -macro index M "?" "move a message to a mailbox" - -macro compose A "?" "attach message(s) to this message" -