-
Notifications
You must be signed in to change notification settings - Fork 150
/
alpine.json
55 lines (55 loc) · 1.83 KB
/
alpine.json
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
{
"name": "alpine",
"files": [
{
"path": "$HOME/.pinerc",
"movable": true,
"help": "Alias alpine to use custom config location:\n\n```bash\nalias alpine=\"alpine -p $XDG_CONFIG_HOME/alpine/pinerc\"\n```\n"
},
{
"path": "$HOME/.addressbook",
"movable": true,
"help": "In your pinerc, set the following option:\n\n```ini\naddress-book=$XDG_DATA_HOME/alpine/addressbook\n```\n"
},
{
"path": "$HOME/.newsrc",
"movable": true,
"help": "In your pinerc, set the following option:\n\n```ini\nnewsrc-path=$XDG_CONFIG_HOME/alpine/newsrc\n```\n"
},
{
"path": "$HOME/.mailcap",
"movable": true,
"help": "In your pinerc, set the following option:\n\n```ini\nmailcap-search-path=$XDG_CONFIG_HOME/alpine/mailcap\n```\n"
},
{
"path": "$HOME/.mime.types",
"movable": true,
"help": "In your pinerc, set the following option:\n\n```ini\nmimetype-search-path=$XDG_CONFIG_HOME/alpine/mime.types\n```\n"
},
{
"path": "$HOME/.pine-interrupted-mail",
"movable": false,
"help": "Currently unsupported.\n"
},
{
"path": "$HOME/.pine-debug1",
"movable": false,
"help": "Currently unsupported.\n"
},
{
"path": "$HOME/.pine-debug2",
"movable": false,
"help": "Currently unsupported.\n"
},
{
"path": "$HOME/.pine-debug3",
"movable": false,
"help": "Currently unsupported.\n"
},
{
"path": "$HOME/.pine-debug4",
"movable": false,
"help": "Currently unsupported.\n"
}
]
}