Skip to content

Commit

Permalink
.mutt: sidebar identation
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Feb 9, 2019
1 parent b474443 commit e6f92c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .mutt/acc_gmail
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set folder = ~/.Mail/gmail
set postponed = +[Gmail].Drafts
#set folder = ~/.Mail/gmail
set postponed = =gmail/[Gmail].Drafts
set from = "[email protected]"
set hostname = "gmail.com"
unset record
Expand Down
6 changes: 3 additions & 3 deletions .mutt/acc_seznam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set folder = ~/.Mail/seznam
set postponed = +drafts
#set folder = ~/.Mail/seznam
set postponed = +seznam/drafts
set from = "[email protected]"
set hostname = "seznam.cz"
set record = +sent
set record = +seznam/sent
unset signature

# vim: ft=muttrc
6 changes: 3 additions & 3 deletions .mutt/acc_suse
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set folder = ~/.Mail/suse
set postponed = +Drafts
#set folder = ~/.Mail/suse
set postponed = +suse/Drafts
set from = "[email protected]"
set hostname = "suse.com"
set record = +Sent
set record = +suse/Sent
set signature = ~/.mutt/signature_suse

send-hook "~C'(admin(-auto)?|gsoc-mentors|heroes|mirror|opensuse-[a-z-]+(\\+release-[a-z0-9]+)?)@opensuse\\.org'" "my_hdr from: [email protected]"
Expand Down
4 changes: 2 additions & 2 deletions .mutt/sidebar
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set sidebar_visible = yes
set sidebar_width = 42
set sidebar_short_path = yes
set sidebar_folder_indent = no
set sidebar_delim_chars = '/'
set sidebar_folder_indent = yes
set sidebar_delim_chars = '/.'
set sidebar_new_mail_only = no
set mail_check_stats
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
Expand Down

0 comments on commit e6f92c2

Please sign in to comment.