Merge pull request #13 from pedrosans/master

Stopping duplicated binding warning on NeoMutt
This commit is contained in:
Luke Smith 2017-11-23 18:41:12 -07:00 committed by GitHub
commit e2198f83b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ set ssl_force_tls = yes
mailboxes +INBOX mailboxes +INBOX
bind index g noop
macro index gi "<change-folder>=INBOX<enter>" "Go to inbox" macro index gi "<change-folder>=INBOX<enter>" "Go to inbox"
macro index ga "<change-folder>=[Gmail].All Mail<enter>" "Go to all mail" macro index ga "<change-folder>=[Gmail].All Mail<enter>" "Go to all mail"
macro index gs "<change-folder>=[Gmail].Sent Mail<enter>" "Go to sent mail" macro index gs "<change-folder>=[Gmail].Sent Mail<enter>" "Go to sent mail"