Update .muttrc
This commit is contained in:
parent
d5851115e4
commit
d07aa0c42c
1 changed files with 23 additions and 0 deletions
23
dot_muttrc
23
dot_muttrc
|
|
@ -1,3 +1,26 @@
|
|||
# vim: ft=muttrc fdm=marker foldcolumn=2
|
||||
#
|
||||
#
|
||||
set from = chris@cowley.tech
|
||||
set real_name = "Chris Cowley"
|
||||
|
||||
set pager_index_lines = 6 # show this many lines of the Index when
|
||||
# reading email
|
||||
set pager_context = 3 # lines of context between pages
|
||||
set pager_stop = yes # don't scroll of the end of one message onto
|
||||
# the next
|
||||
set edit_headers = yes # allow user to edit message headers
|
||||
set editor = "vim" # define which editor to use
|
||||
|
||||
set fast_reply = yes # skip initial prompts when replying
|
||||
set include = yes # include the message we're replying to
|
||||
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 15 # width in screen columns
|
||||
set sidebar_next_new_wrap = yes # wrap around the list when scrolling
|
||||
|
||||
set mail_check_stats = yes # check for new email and show stats
|
||||
|
||||
### save and sync my sent messages
|
||||
set record=~/Maildir/Sent
|
||||
## GMAIL USERS USE Sent Mail below instead:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue