town doesn't use Maildir format

This commit is contained in:
Ben Harris 2018-09-24 11:59:33 -04:00
parent fa2beb7676
commit 87283165b5
2 changed files with 0 additions and 23 deletions

View File

@ -6,9 +6,6 @@
[push]
default = simple
[commit]
gpgsign = true
[pull]
ff = only

View File

@ -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 "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"