diff --git a/user/neomutt/.config/neomutt/accounts b/user/neomutt/.config/neomutt/accounts index a8afeec..43f1287 100644 --- a/user/neomutt/.config/neomutt/accounts +++ b/user/neomutt/.config/neomutt/accounts @@ -16,3 +16,8 @@ mailboxes +INBOX \ set mbox = "+Archive" set postponed = "+Drafts" + +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 26d058d..7f76b71 100644 --- a/user/neomutt/.config/neomutt/keybinding +++ b/user/neomutt/.config/neomutt/keybinding @@ -82,6 +82,7 @@ bind index Sf clear-flag bind index sl edit-label bind index sn toggle-new bind index sr read-thread #set entire thread read +macro index sR ~NN. #Mark all as Read bind index st tag-entry bind index r reply @@ -120,6 +121,7 @@ bind pager h exit bind pager za view-attachments macro pager zu " urlscan" +bind pager zh display-toggle-weed ################## # Attach diff --git a/user/neomutt/.config/neomutt/mailcap b/user/neomutt/.config/neomutt/mailcap index 2a36adb..edaf8e2 100644 --- a/user/neomutt/.config/neomutt/mailcap +++ b/user/neomutt/.config/neomutt/mailcap @@ -3,4 +3,4 @@ text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; name audio/*; /usr/bin/xdg-open %s image/*; /usr/bin/xdg-open %s -application/pdf; /usr/bin/xdg-open %s +application/*; /usr/bin/xdg-open %s