-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.rc
104 lines (89 loc) · 2.11 KB
/
demo.rc
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
source common.rc
account cars
# desc "Vehicles"
set folder = "$DEMO_DIR/cars"
set index_format = "CARS"
# set index_format = "CARS %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
set sort = "from"
set sort_aux = "from"
named-mailboxes Audi "+audi"
# desc "German"
named-mailboxes Bentley "+bentley"
# desc "British"
set index_format = "BENTLEY"
# set index_format = "BENTLEY %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
named-mailboxes Chrysler "+chrysler"
# desc "American"
named-mailboxes Daihatsu "+daihatsu"
# desc "Japanese"
set index_format = "DAIHATSU"
# set index_format = "DAIHATSU %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
finish
mailbox AUDI
desc Audi
path "+audi"
mailbox BENTLEY
desc Bentley
path "+bentley"
mailbox CHRYSLER
desc Chrysler
path "+chrysler"
mailbox DAIHATSU
desc Daihatsu
path "+daihatsu"
finish
account fruit
desc "edible berries"
set folder = "$DEMO_DIR/f1/fruit"
set index_format = "FRUIT %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
set sort = "score"
set sort_aux = "score"
mailbox LEMON
desc Lemon
path "+lemon"
mailbox MELON
desc Melon
path "+melon"
mailbox NECTARINE
desc Nectarine
path "+nectarine"
mailbox ORANGE
desc Orange
path "+orange"
account ocean
desc "bodies of water"
set folder = "$DEMO_DIR/o1/o2/ocean"
set index_format = "OCEANS %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
set sort = "threads"
set sort_aux = "threads"
mailbox ATLANTIC
desc Atlantic
path "+atlantic"
mailbox INDIAN
desc Indian
path "+indian"
mailbox PACIFIC
desc Pacific
path "+pacific"
mailbox SOUTHERN
desc Southern
path "+southern"
account trees
desc "woody plants"
set folder = "$DEMO_DIR/t1/t2/t3/trees"
set index_format = "TREES %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
set sort = "label"
set sort_aux = "label"
mailbox MAPLE
desc Maple
path "+maple"
mailbox OAK
desc Oak
path "+oak"
mailbox POPLAR
desc Poplar
path "+poplar"
mailbox ROWAN
desc Rowan
path "+rowan"
# vim: syn=neomuttrc