diff --git a/user/neomutt/.config/neomutt/accounts b/user/neomutt/.config/neomutt/accounts index 43f1287..125f08e 100644 --- a/user/neomutt/.config/neomutt/accounts +++ b/user/neomutt/.config/neomutt/accounts @@ -1,8 +1,6 @@ # vim: filetype=muttrc #Account Settings ----------------------------------- -set spoolfile = "+INBOX" - mailboxes +INBOX \ +Archive \ +Administratif \ @@ -14,10 +12,12 @@ mailboxes +INBOX \ +Trash \ +Junk +set spoolfile = "+INBOX" set mbox = "+Archive" +set mbox_type = Maildir set postponed = "+Drafts" +set record = "+Sent" set from = "nicolas@jombi.fr" set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtp/msmtprc -a jombi" set sendmail_wait = 0 -# unset record diff --git a/user/neomutt/.config/neomutt/keybinding b/user/neomutt/.config/neomutt/keybinding index b3f5be7..2221248 100644 --- a/user/neomutt/.config/neomutt/keybinding +++ b/user/neomutt/.config/neomutt/keybinding @@ -57,6 +57,7 @@ bind index Y noop bind index Z noop bind index a noop bind index b noop +bind index c noop bind index d noop bind index e noop bind index g noop @@ -71,7 +72,8 @@ bind index G last-entry macro index gf ? macro index gi =INBOX -bind index c copy-message +bind index cc copy-message +macro index ca =Archive macro index m ? bind index dd delete-message bind index dt delete-thread diff --git a/user/neomutt/.config/neomutt/neomuttrc b/user/neomutt/.config/neomutt/neomuttrc index e9044f8..5cdad49 100644 --- a/user/neomutt/.config/neomutt/neomuttrc +++ b/user/neomutt/.config/neomutt/neomuttrc @@ -20,7 +20,6 @@ source $XDG_CONFIG_HOME/neomutt/keybinding #Basic options -------------------------------------- unset help set wait_key = no -set mbox_type = Maildir set timeout = 3 set mail_check = 0 unset move # not sure, see man neomuttrc @@ -31,10 +30,6 @@ unset mark_old set pipe_decode # not sure, strip headers and eval mimes when piping set thorough_search # same, strip headers and eval mimes before searching -#Sidebar --------------------------------------------- -# set sidebar_visible = yes -# set sidebar_width = 24 - set mail_check_stats set folder_format = "%2C%t [%4n/%4m] %f"