-
Notifications
You must be signed in to change notification settings - Fork 0
/
alpine.txt
124 lines (107 loc) · 4 KB
/
alpine.txt
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
Some notes on setting up Alpine
(which is sometimes more efficient than Mutt for handling
IMAP over a slow Internet connection)
Address book
------------
To convert Mutt aliases to Alpine address book, use this
command (WARNING: overwrites existing Alpine address book)
grep ^alias .muttrc | sed -e 's/^alias \([^ ][^ ]*\) \([^<][^<]*\)<\([^>]*\)>$/\1'$'\t''\2'$'\t''\3/' -e 's/^alias \([^ ][^ ]*\) \([^ ]*@[^ ]*\)$/\1'$'\t\t''\2/' | tr -d '"' | grep -v ^alias > .addressbook
Folders
-------
In .pinerc, as well as setting inbox-path, smtp-server etc
you might want to set this to use remote folders without
having to qualify them:
folder-collections={imap.example.net}[]
but note that default-fcc is then a remote folder; if you
want to omit attachments when writing to it, change any
"no-fcc-without-attachments" to "fcc-without-attachments"
in feature-list (that saves having to use ImapFix to do it).
You might also want to set "mark-fcc-seen" in feature-list.
Also if you don't want Alpine to take over organising
your old messages, make sure to use the setting:
pruning-rule=no-no
Postponing messages locally
---------------------------
If your Internet connection fails while you are writing a
message, Alpine can be awkward. To work around this, set
postponed-folder=/path/to/.alpine-postponed
to have Alpine write postponed messages to a file in your
local home directory (rather than trying to store them on
the server); it is then possible to postpone the current
message locally, and resume it once the connection is
re-established and Alpine is restarted.
Colours
-------
Below are some light-on-dark colours for the "color"
section of .pinerc. (You might also want to set the
composer-wrap-column option to 1 less than the
window width you usually use.)
normal-foreground-color=yellow
normal-background-color=black
reverse-foreground-color=
reverse-background-color=
title-foreground-color=white
title-background-color=blue
title-closed-foreground-color=
title-closed-background-color=
status-foreground-color=white
status-background-color=blue
keylabel-foreground-color=
keylabel-background-color=
keyname-foreground-color=yellow
keyname-background-color=blue
selectable-item-foreground-color=
selectable-item-background-color=
meta-message-foreground-color=yellow
meta-message-background-color=black
quote1-foreground-color=cyan
quote1-background-color=black
quote2-foreground-color=magenta
quote2-background-color=black
quote3-foreground-color=green
quote3-background-color=black
incoming-unseen-foreground-color=
incoming-unseen-background-color=
signature-foreground-color=white
signature-background-color=blue
prompt-foreground-color=
prompt-background-color=
header-general-foreground-color=cyan
header-general-background-color=black
index-to-me-foreground-color=cyan
index-to-me-background-color=black
index-important-foreground-color=red
index-important-background-color=black
index-deleted-foreground-color=magenta
index-deleted-background-color=black
index-answered-foreground-color=green
index-answered-background-color=black
index-new-foreground-color=white
index-new-background-color=black
index-recent-foreground-color=yellow
index-recent-background-color=black
index-forward-foreground-color=
index-forward-background-color=
index-unseen-foreground-color=white
index-unseen-background-color=black
index-highpriority-foreground-color=
index-highpriority-background-color=
index-lowpriority-foreground-color=
index-lowpriority-background-color=
index-arrow-foreground-color=
index-arrow-background-color=
index-subject-foreground-color=
index-subject-background-color=
index-from-foreground-color=
index-from-background-color=
index-opening-foreground-color=
index-opening-background-color=
viewer-hdr-colors=
keyword-colors=
Where to find history of this file
----------------------------------
on GitHub at https://github.com/ssb22/config
and on GitLab at https://gitlab.com/ssb22/config
and on BitBucket https://bitbucket.org/ssb22/config
and at https://gitlab.developers.cam.ac.uk/ssb22/config
and in China: https://gitee.com/ssb22/config