Neomutt add ca for archive mail

This commit is contained in:
Nicolas Duhamel 2018-04-28 20:11:20 +02:00
parent f1eeff986a
commit 745af1d4d6
3 changed files with 6 additions and 9 deletions

View File

@ -1,8 +1,6 @@
# vim: filetype=muttrc # vim: filetype=muttrc
#Account Settings ----------------------------------- #Account Settings -----------------------------------
set spoolfile = "+INBOX"
mailboxes +INBOX \ mailboxes +INBOX \
+Archive \ +Archive \
+Administratif \ +Administratif \
@ -14,10 +12,12 @@ mailboxes +INBOX \
+Trash \ +Trash \
+Junk +Junk
set spoolfile = "+INBOX"
set mbox = "+Archive" set mbox = "+Archive"
set mbox_type = Maildir
set postponed = "+Drafts" set postponed = "+Drafts"
set record = "+Sent"
set from = "nicolas@jombi.fr" set from = "nicolas@jombi.fr"
set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtp/msmtprc -a jombi" set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtp/msmtprc -a jombi"
set sendmail_wait = 0 set sendmail_wait = 0
# unset record

View File

@ -57,6 +57,7 @@ bind index Y noop
bind index Z noop bind index Z noop
bind index a noop bind index a noop
bind index b noop bind index b noop
bind index c noop
bind index d noop bind index d noop
bind index e noop bind index e noop
bind index g noop bind index g noop
@ -71,7 +72,8 @@ bind index G last-entry
macro index gf <change-folder>? macro index gf <change-folder>?
macro index gi <change-folder><kill-line>=INBOX<Enter> macro index gi <change-folder><kill-line>=INBOX<Enter>
bind index c copy-message bind index cc copy-message
macro index ca <save-message><kill-line>=Archive<Enter>
macro index m <save-message>? macro index m <save-message>?
bind index dd delete-message bind index dd delete-message
bind index dt delete-thread bind index dt delete-thread

View File

@ -20,7 +20,6 @@ source $XDG_CONFIG_HOME/neomutt/keybinding
#Basic options -------------------------------------- #Basic options --------------------------------------
unset help unset help
set wait_key = no set wait_key = no
set mbox_type = Maildir
set timeout = 3 set timeout = 3
set mail_check = 0 set mail_check = 0
unset move # not sure, see man neomuttrc 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 pipe_decode # not sure, strip headers and eval mimes when piping
set thorough_search # same, strip headers and eval mimes before searching 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 mail_check_stats
set folder_format = "%2C%t [%4n/%4m] %f" set folder_format = "%2C%t [%4n/%4m] %f"