-
Notifications
You must be signed in to change notification settings - Fork 51
/
README.sidebar
145 lines (109 loc) · 5.5 KB
/
README.sidebar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Sidebar Patch
=============
Overview of mailboxes
NOTES:
If you haven't used the sidebar before, you might like to read the
Sidebar Introduction:
http://www.neomutt.org/sidebar-intro.html
If you have used an older version of the Sidebar, please note that some
of the configuration has changed.
http://www.neomutt.org/sidebar-intro.html#intro-sidebar-config-changes
Patch
-----
To check if Mutt supports "Sidebar", look for "+USE_SIDEBAR" in the mutt
version.
Dependencies
* mutt-1.5.24
Introduction
------------
The Sidebar shows a list of all your mailboxes. The list can be turned on
and off, it can be themed and the list style can be configured.
This part of the manual is a reference guide. If you want a simple
introduction with examples see the Sidebar Howto. If you just want to get
started, you could use the sample Sidebar muttrc.
This version of Sidebar is based on Terry Chan's [2015-11-11
release](http://www.lunar-linux.org/mutt-sidebar/). It contains many new
features, lots of bugfixes.
Variables
---------
Sidebar Variables
| Name | Type | Default |
|-------------------------|---------|-----------------------------|
| 'sidebar_delim_chars' | string | '/.' |
| 'sidebar_divider_char' | string | '|' |
| 'sidebar_folder_indent' | boolean | 'no' |
| 'sidebar_format' | string | '%B%?F? [%F]?%* %?N?%N/?%S' |
| 'sidebar_indent_string' | string | ' ' (two spaces) |
| 'sidebar_new_mail_only' | boolean | 'no' |
| 'sidebar_next_new_wrap' | boolean | 'no' |
| 'sidebar_refresh_time' | number | '60' |
| 'sidebar_short_path' | boolean | 'no' |
| 'sidebar_sort_method' | enum | 'SORT_ORDER' |
| 'sidebar_visible' | boolean | 'no' |
| 'sidebar_whitelist' | list | (empty) |
| 'sidebar_width' | number | '20' |
Functions
---------
Sidebar Functions
Sidebar adds the following functions to Mutt. By default, none of them are
bound to keys.
| Menus | Function | Description |
|-------------|----------------------------|------------------------------------------------------|
| index,pager | '<sidebar-next>' | Move the highlight to next mailbox |
| index,pager | '<sidebar-next-new>' | Move the highlight to next mailbox with new mail |
| index,pager | '<sidebar-open>' | Open highlighted mailbox |
| index,pager | '<sidebar-page-down>' | Scroll the Sidebar down 1 page |
| index,pager | '<sidebar-page-up>' | Scroll the Sidebar up 1 page |
| index,pager | '<sidebar-prev>' | Move the highlight to previous mailbox |
| index,pager | '<sidebar-prev-new>' | Move the highlight to previous mailbox with new mail |
| index,pager | '<sidebar-toggle-visible>' | Make the Sidebar (in)visible |
Commands
--------
sidebar_whitelist mailbox [ mailbox... ]
Colors
------
Sidebar Colors
| Name | Default Color | Description |
|---------------------|------------------|------------------------------------------------------------------|
| 'sidebar_divider' | default | The dividing line between the Sidebar and the Index/Pager panels |
| 'sidebar_flagged' | default | Mailboxes containing flagged mail |
| 'sidebar_highlight' | underline | Cursor to select a mailbox |
| 'sidebar_indicator' | mutt 'indicator' | The mailbox open in the Index panel |
| 'sidebar_new' | default | Mailboxes containing new mail |
| 'sidebar_spoolfile' | default | Mailbox that receives incoming mail |
If the sidebar_indicator color isn't set, then the default Mutt indicator
color will be used (the color used in the index panel).
Sort
----
Sidebar Sort
| Sort | Description |
|------------|----------------------------|
| 'alpha' | Alphabetically by path |
| 'count' | Total number of messages |
| 'flagged' | Number of flagged messages |
| 'name' | Alphabetically by path |
| 'new' | Number of new messages |
| 'path' | Alphabetically by path |
| 'unsorted' | Do not resort the paths |
See Also
--------
* Regular Expressions
* Patterns
* Color command
* notmuch patch
Known Bugs
----------
Unsorted isn't
Credits
-------
* Justin Hibbits <[email protected]>
* Thomer M. Gil <[email protected]>
* David Sterba <[email protected]>
* Evgeni Golov <[email protected]>
* Fabian Groffen <[email protected]>
* Jason DeTiberus <[email protected]>
* Stefan Assmann <[email protected]>
* Steve Kemp <[email protected]>
* Terry Chan <[email protected]>
* Tyler Earnest <[email protected]>
* Richard Russon <[email protected]>