Neomutt add ca for archive mail
This commit is contained in:
parent
f1eeff986a
commit
745af1d4d6
@ -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
|
||||
|
@ -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 <change-folder>?
|
||||
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>?
|
||||
bind index dd delete-message
|
||||
bind index dt delete-thread
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user