From ff19bd8748dc183f3dfc4aaf943e4dca5d13a832 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 12 Jun 2019 15:24:34 +0200 Subject: [PATCH] Added space in muttrc and excclude tmp file added by sync command --- .gitignore | 2 +- mutt/.config/mutt/accounts/3-andthensome.muttrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f55b8de..0430faa 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,6 @@ newsboat/.newsboat/cache.db.lock newsboat/.newsboat/history.cmdline newsboat/.newsboat/history.search -mutt/.config/mutt/mailboxes +mutt/.config/mutt/.mailsynclastrun gtk/.config/gtk-3.0/bookmarks diff --git a/mutt/.config/mutt/accounts/3-andthensome.muttrc b/mutt/.config/mutt/accounts/3-andthensome.muttrc index 1591b28..3254f20 100644 --- a/mutt/.config/mutt/accounts/3-andthensome.muttrc +++ b/mutt/.config/mutt/accounts/3-andthensome.muttrc @@ -21,7 +21,7 @@ set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" -mailboxes =andthensome===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +mailboxes =andthensome ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated