mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
vim: run mutt in default term
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
6f0d54c737
commit
6f8a1345eb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ let s:notmuch_rb_folders_default = [
|
|||
|
||||
let s:notmuch_rb_date_format_default = '%d.%m.%y'
|
||||
let s:notmuch_rb_datetime_format_default = '%d.%m.%y %H:%M:%S'
|
||||
let s:notmuch_rb_reader_default = 'xfce4-terminal -e "mutt -f %s"'
|
||||
let s:notmuch_rb_reader_default = 'mutt -f %s'
|
||||
let s:notmuch_rb_sendmail_default = 'sendmail'
|
||||
let s:notmuch_rb_folders_count_threads_default = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue