Changed pinerc
This commit is contained in:
parent
bc0d088a49
commit
7c4f562ef7
1 changed files with 111 additions and 34 deletions
145
pinerc
145
pinerc
|
@ -16,17 +16,17 @@
|
||||||
personal-name=
|
personal-name=
|
||||||
|
|
||||||
# Sets domain part of From: and local addresses in outgoing mail.
|
# Sets domain part of From: and local addresses in outgoing mail.
|
||||||
user-domain=gmail.com
|
user-domain=ryuslash@gmail.com
|
||||||
|
|
||||||
# List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.
|
# List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.
|
||||||
smtp-server=smtp.gmail.com:587/tls
|
smtp-server=smtp.gmail.com:587/tls/user=ryuslash@gmail.com
|
||||||
|
|
||||||
# NNTP server for posting news. Also sets news-collections for news reading.
|
# NNTP server for posting news. Also sets news-collections for news reading.
|
||||||
nntp-server=
|
nntp-server=
|
||||||
|
|
||||||
# Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
|
# Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
|
||||||
# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
|
# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
|
||||||
inbox-path={imap.gmail.com/ssl/user=ryuslash@gmail.com}inbox
|
inbox-path={pop.gmail.com/pop/ssl/user=ryuslash@gmail.com}INBOX
|
||||||
|
|
||||||
# List of folder pairs; the first indicates a folder to archive, and the
|
# List of folder pairs; the first indicates a folder to archive, and the
|
||||||
# second indicates the folder read messages in the first should
|
# second indicates the folder read messages in the first should
|
||||||
|
@ -71,7 +71,11 @@ signature-file=
|
||||||
# List of features; see Alpine's Setup/options menu for the current set.
|
# List of features; see Alpine's Setup/options menu for the current set.
|
||||||
# e.g. feature-list= select-without-confirm, signature-at-bottom
|
# e.g. feature-list= select-without-confirm, signature-at-bottom
|
||||||
# Default condition for all of the features is no-.
|
# Default condition for all of the features is no-.
|
||||||
feature-list=
|
feature-list=include-text-in-reply,
|
||||||
|
combined-folder-display,
|
||||||
|
single-column-folder-list,
|
||||||
|
selectable-item-nobold,
|
||||||
|
enable-mail-check-cue
|
||||||
|
|
||||||
# Alpine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
|
# Alpine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
|
||||||
initial-keystroke-list=
|
initial-keystroke-list=
|
||||||
|
@ -80,7 +84,7 @@ initial-keystroke-list=
|
||||||
default-composer-hdrs=
|
default-composer-hdrs=
|
||||||
|
|
||||||
# Add these customized headers (and possible default values) when composing
|
# Add these customized headers (and possible default values) when composing
|
||||||
customized-hdrs=
|
customized-hdrs=From: "Tom Willemsen" <ryuslash@gmail.com>
|
||||||
|
|
||||||
# When viewing messages, include this list of headers
|
# When viewing messages, include this list of headers
|
||||||
viewer-hdrs=
|
viewer-hdrs=
|
||||||
|
@ -107,7 +111,11 @@ fcc-name-rule=
|
||||||
# Sets presentation order of messages in Index. Choices:
|
# Sets presentation order of messages in Index. Choices:
|
||||||
# Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
|
# Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
|
||||||
# Order may be reversed by appending /Reverse. Default: "Arrival".
|
# Order may be reversed by appending /Reverse. Default: "Arrival".
|
||||||
sort-key=
|
sort-key=tHread
|
||||||
|
|
||||||
|
# #Sets presentation order of threads in thread index. Choices:
|
||||||
|
#arrival, and thread.
|
||||||
|
thread-sort-key=tHread
|
||||||
|
|
||||||
# Sets presentation order of address book entries. Choices: dont-sort,
|
# Sets presentation order of address book entries. Choices: dont-sort,
|
||||||
# fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
|
# fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
|
||||||
|
@ -150,6 +158,52 @@ threading-expanded-character=
|
||||||
# to the parent of this message.
|
# to the parent of this message.
|
||||||
threading-lastreply-character=
|
threading-lastreply-character=
|
||||||
|
|
||||||
|
# Allows a user to specify the threading style of specific folders
|
||||||
|
threading-display-style-rule=
|
||||||
|
|
||||||
|
# Allows a user to specify the threading index style of specific folders
|
||||||
|
threading-index-style-rule=
|
||||||
|
|
||||||
|
# Allows a user to set rules when composing messages.
|
||||||
|
compose-rules=
|
||||||
|
|
||||||
|
# Allows a user to set rules when forwarding messages.
|
||||||
|
forward-rules=
|
||||||
|
|
||||||
|
# Allows a user to supersede global index format variable in designated folders.
|
||||||
|
index-rules=
|
||||||
|
|
||||||
|
# Allows a user to override keystrokes in certain screens.
|
||||||
|
key-definition-rules=
|
||||||
|
|
||||||
|
# Allows a user to change the form a specify field in the index-format is
|
||||||
|
# displayed.
|
||||||
|
replace-rules=
|
||||||
|
|
||||||
|
# Allows a user to change the form a specify a reply-indent-string
|
||||||
|
# based of rules.
|
||||||
|
reply-indent-rules=
|
||||||
|
|
||||||
|
# Allows a user to replace the reply-leadin message based on different parameters.
|
||||||
|
reply-leadin-rules=
|
||||||
|
|
||||||
|
# Allows a user to replace the subject of a message in a customs based way
|
||||||
|
reply-subject-rules=
|
||||||
|
|
||||||
|
# Allows a user to specify a save folder message for specific senders or folders.
|
||||||
|
save-rules=
|
||||||
|
|
||||||
|
# Allows a user to specify a smtp server to be used when sending e-mail,
|
||||||
|
# according to the rules specified here.
|
||||||
|
smtp-rules=
|
||||||
|
|
||||||
|
# Allows a user to specify the sort default order of a specific folder.
|
||||||
|
sort-rules=
|
||||||
|
|
||||||
|
# Allows a user to specify the position of a highlighted message when opening a
|
||||||
|
# folder.
|
||||||
|
startup-rules=
|
||||||
|
|
||||||
# Reflects capabilities of the display you have.
|
# Reflects capabilities of the display you have.
|
||||||
# If unset, the default is taken from your locale. That is usually the right
|
# If unset, the default is taken from your locale. That is usually the right
|
||||||
# thing to use. Typical alternatives include UTF-8, ISO-8859-x, and EUC-JP
|
# thing to use. Typical alternatives include UTF-8, ISO-8859-x, and EUC-JP
|
||||||
|
@ -180,6 +234,10 @@ speller=
|
||||||
# Specifies the column of the screen where the composer should wrap.
|
# Specifies the column of the screen where the composer should wrap.
|
||||||
composer-wrap-column=
|
composer-wrap-column=
|
||||||
|
|
||||||
|
# Specifies a comma separated list of text and regular expresions that Pine
|
||||||
|
# will highlight
|
||||||
|
special-text-color=
|
||||||
|
|
||||||
# Specifies the string to insert when replying to a message.
|
# Specifies the string to insert when replying to a message.
|
||||||
reply-indent-string=
|
reply-indent-string=
|
||||||
|
|
||||||
|
@ -212,7 +270,8 @@ display-filters=
|
||||||
sending-filters=
|
sending-filters=
|
||||||
|
|
||||||
# A list of alternate addresses the user is known by
|
# A list of alternate addresses the user is known by
|
||||||
alt-addresses=
|
alt-addresses=tom@iactor.nl,
|
||||||
|
ryuslash@gmail.com
|
||||||
|
|
||||||
# A list of keywords for use in categorizing messages
|
# A list of keywords for use in categorizing messages
|
||||||
keywords=
|
keywords=
|
||||||
|
@ -275,6 +334,12 @@ news-active-file-path=
|
||||||
# The default is typically "/usr/spool/news"
|
# The default is typically "/usr/spool/news"
|
||||||
news-spool-directory=
|
news-spool-directory=
|
||||||
|
|
||||||
|
# Location relative to your HOME directory of the directory where your INBOX
|
||||||
|
# for the maildir format is located. Default value is "Maildir". If your
|
||||||
|
# inbox is located at "~/Maildir" you do not need to change this value.
|
||||||
|
# A common value is also ".maildir"
|
||||||
|
maildir-location=
|
||||||
|
|
||||||
# Path and filename of the program used to upload text from your terminal
|
# Path and filename of the program used to upload text from your terminal
|
||||||
# emulator's into Alpine's composer.
|
# emulator's into Alpine's composer.
|
||||||
upload-command=
|
upload-command=
|
||||||
|
@ -302,7 +367,7 @@ mailcap-search-path=
|
||||||
mimetype-search-path=
|
mimetype-search-path=
|
||||||
|
|
||||||
# List of programs to open Internet URLs (e.g. http or ftp references).
|
# List of programs to open Internet URLs (e.g. http or ftp references).
|
||||||
url-viewers=
|
url-viewers=/usr/bin/elinks
|
||||||
|
|
||||||
# The maximum number of non-stayopen remote connections that Alpine will use
|
# The maximum number of non-stayopen remote connections that Alpine will use
|
||||||
max-remote-connections=
|
max-remote-connections=
|
||||||
|
@ -344,7 +409,8 @@ incoming-folders=
|
||||||
# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
|
# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
|
||||||
# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
|
# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
|
||||||
folder-collections=mail/[],
|
folder-collections=mail/[],
|
||||||
iACTOR {mail.iactor.nl/user=tom@iactor.nl}[]
|
gmail {imap.gmail.com/ssl/user=ryuslash@gmail.com}[],
|
||||||
|
iACTOR {mail.iactor.nl}[]
|
||||||
|
|
||||||
# List, only needed if nntp-server not set, or news is on a different host
|
# List, only needed if nntp-server not set, or news is on a different host
|
||||||
# than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
|
# than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
|
||||||
|
@ -362,7 +428,7 @@ address-book=
|
||||||
global-address-book=
|
global-address-book=
|
||||||
|
|
||||||
# Set by Alpine; controls beginning-of-month sent-mail pruning.
|
# Set by Alpine; controls beginning-of-month sent-mail pruning.
|
||||||
last-time-prune-questioned=110.3
|
last-time-prune-questioned=110.7
|
||||||
|
|
||||||
# Set by Alpine; controls display of "new version" message.
|
# Set by Alpine; controls display of "new version" message.
|
||||||
last-version-used=6.00
|
last-version-used=6.00
|
||||||
|
@ -473,7 +539,7 @@ personal-print-command=
|
||||||
personal-print-category=
|
personal-print-category=
|
||||||
|
|
||||||
# Patterns and their actions are stored here.
|
# Patterns and their actions are stored here.
|
||||||
patterns-roles=
|
patterns-roles=LIT:pattern="/NICK=Work Role/COMM=The role to use when communicating with work-related people\\n/TO=@iactor.nl/FROM=tom@iactor.nl/FLDTYPE=EMAIL" action="/ROLE=1/FROM=Tom Willemsen <tom@iactor.nl>/RTYPE=YES/FTYPE=YES/CTYPE=YES"
|
||||||
|
|
||||||
# Patterns and their actions are stored here.
|
# Patterns and their actions are stored here.
|
||||||
patterns-filters2=
|
patterns-filters2=
|
||||||
|
@ -491,43 +557,51 @@ patterns-other=
|
||||||
patterns-search=
|
patterns-search=
|
||||||
|
|
||||||
# Controls display of color
|
# Controls display of color
|
||||||
color-style=
|
color-style=force-xterm-256color
|
||||||
|
|
||||||
# Controls display of color for current index line
|
# Controls display of color for current index line
|
||||||
current-indexline-style=
|
current-indexline-style=flip-colors
|
||||||
|
|
||||||
# Controls display of color for the titlebar at top of screen
|
# Controls display of color for the titlebar at top of screen
|
||||||
titlebar-color-style=
|
titlebar-color-style=default
|
||||||
|
|
||||||
# Choose: black, blue, green, cyan, red, magenta, yellow, or white.
|
# Choose: black, blue, green, cyan, red, magenta, yellow, or white.
|
||||||
normal-foreground-color=
|
normal-foreground-color=220,220,204
|
||||||
normal-background-color=
|
normal-background-color=60,60,60
|
||||||
reverse-foreground-color=
|
reverse-foreground-color=
|
||||||
reverse-background-color=
|
reverse-background-color=
|
||||||
title-foreground-color=
|
title-foreground-color=174,174,000
|
||||||
title-background-color=
|
title-background-color=000,000,174
|
||||||
title-closed-foreground-color=
|
title-closed-foreground-color=000,000,000
|
||||||
title-closed-background-color=
|
title-closed-background-color=000,000,174
|
||||||
status-foreground-color=
|
folder-foreground-color=000,174,174
|
||||||
status-background-color=
|
folder-background-color=000,000,000
|
||||||
keylabel-foreground-color=
|
directory-foreground-color=174,000,174
|
||||||
keylabel-background-color=
|
directory-background-color=000,000,000
|
||||||
keyname-foreground-color=
|
folder-list-text-foreground-color=000,174,000
|
||||||
keyname-background-color=
|
folder-list-text-background-color=000,000,000
|
||||||
selectable-item-foreground-color=
|
status-foreground-color=174,174,000
|
||||||
selectable-item-background-color=
|
status-background-color=000,000,174
|
||||||
meta-message-foreground-color=
|
keylabel-foreground-color=174,174,000
|
||||||
meta-message-background-color=
|
keylabel-background-color=000,000,174
|
||||||
quote1-foreground-color=
|
keyname-foreground-color=000,174,000
|
||||||
quote1-background-color=
|
keyname-background-color=000,000,174
|
||||||
|
selectable-item-foreground-color=174,000,000
|
||||||
|
selectable-item-background-color=000,000,000
|
||||||
|
meta-message-foreground-color=000,000,000
|
||||||
|
meta-message-background-color=174,174,174
|
||||||
|
quote1-foreground-color=000,000,000
|
||||||
|
quote1-background-color=174,000,000
|
||||||
quote2-foreground-color=
|
quote2-foreground-color=
|
||||||
quote2-background-color=
|
quote2-background-color=
|
||||||
quote3-foreground-color=
|
quote3-foreground-color=
|
||||||
quote3-background-color=
|
quote3-background-color=
|
||||||
incoming-unseen-foreground-color=
|
incoming-unseen-foreground-color=
|
||||||
incoming-unseen-background-color=
|
incoming-unseen-background-color=
|
||||||
signature-foreground-color=
|
signature-foreground-color=000,000,174
|
||||||
signature-background-color=
|
signature-background-color=000,000,000
|
||||||
|
special-text-foreground-color=
|
||||||
|
special-text-background-color=
|
||||||
prompt-foreground-color=
|
prompt-foreground-color=
|
||||||
prompt-background-color=
|
prompt-background-color=
|
||||||
header-general-foreground-color=
|
header-general-foreground-color=
|
||||||
|
@ -561,6 +635,9 @@ index-from-background-color=
|
||||||
index-opening-foreground-color=
|
index-opening-foreground-color=
|
||||||
index-opening-background-color=
|
index-opening-background-color=
|
||||||
|
|
||||||
|
# Colors in which tokens will be displayed in the index screen
|
||||||
|
index-token-colors=
|
||||||
|
|
||||||
# When viewing messages, these are the header colors
|
# When viewing messages, these are the header colors
|
||||||
viewer-hdr-colors=
|
viewer-hdr-colors=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue