diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 19:19:40 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 19:19:40 +0200 |
commit | d6dde54818b86936082987502cc0bda37354d9c5 (patch) | |
tree | 84ff777757d80f04c4df52b51354fb3474065ed0 /.config | |
parent | mutt updatge (diff) | |
download | dotfiles-bsd-d6dde54818b86936082987502cc0bda37354d9c5.tar.gz dotfiles-bsd-d6dde54818b86936082987502cc0bda37354d9c5.tar.bz2 dotfiles-bsd-d6dde54818b86936082987502cc0bda37354d9c5.tar.xz dotfiles-bsd-d6dde54818b86936082987502cc0bda37354d9c5.tar.zst dotfiles-bsd-d6dde54818b86936082987502cc0bda37354d9c5.zip |
Update
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/org/config.org | 1 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index 41ff584..d884fd2 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -199,6 +199,7 @@ (add-to-list 'auto-mode-alist '("xinitrc$" . shell-script-mode)) (add-to-list 'auto-mode-alist '("env$" . shell-script-mode)) (add-to-list 'auto-mode-alist '("lfrc$" . vimrc-mode)) + (add-to-list 'auto-mode-alist '("muttrc$" . mutt-mode)) #+END_SRC ** Core packages diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 91c992f..fca6a45 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -6,10 +6,10 @@ set mailcap_path = /usr/home/jozan/.config/mutt/mailcap set date_format="%d/%m/%y %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" -set new_mail_command = "notify-send -u normal 'NeoMutt' ' %n new mail(s)' &" +set new_mail_command = "notify-send -u normal 'NeoMutt' ' %n new mail(s)'" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' -set query_command = "abook --mutt-query '%s'" +set query_command = "abook -C $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --mutt-query '%s'" set rfc2047_parameters = yes set sleep_time = 0 # Pause 0 seconds for informational messages set markers = no # Disables the `+` displayed at line wraps |