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=
|
||||
|
||||
# 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.
|
||||
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=
|
||||
|
||||
# Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
|
||||
# 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
|
||||
# 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.
|
||||
# e.g. feature-list= select-without-confirm, signature-at-bottom
|
||||
# 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)
|
||||
initial-keystroke-list=
|
||||
|
@ -80,7 +84,7 @@ initial-keystroke-list=
|
|||
default-composer-hdrs=
|
||||
|
||||
# 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
|
||||
viewer-hdrs=
|
||||
|
@ -107,7 +111,11 @@ fcc-name-rule=
|
|||
# Sets presentation order of messages in Index. Choices:
|
||||
# Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
|
||||
# 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,
|
||||
# fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
|
||||
|
@ -150,6 +158,52 @@ threading-expanded-character=
|
|||
# to the parent of this message.
|
||||
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.
|
||||
# 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
|
||||
|
@ -180,6 +234,10 @@ speller=
|
|||
# Specifies the column of the screen where the composer should wrap.
|
||||
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.
|
||||
reply-indent-string=
|
||||
|
||||
|
@ -212,7 +270,8 @@ display-filters=
|
|||
sending-filters=
|
||||
|
||||
# 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
|
||||
keywords=
|
||||
|
@ -275,6 +334,12 @@ news-active-file-path=
|
|||
# The default is typically "/usr/spool/news"
|
||||
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
|
||||
# emulator's into Alpine's composer.
|
||||
upload-command=
|
||||
|
@ -302,7 +367,7 @@ mailcap-search-path=
|
|||
mimetype-search-path=
|
||||
|
||||
# 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
|
||||
max-remote-connections=
|
||||
|
@ -344,7 +409,8 @@ incoming-folders=
|
|||
# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
|
||||
# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
|
||||
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
|
||||
# than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
|
||||
|
@ -362,7 +428,7 @@ address-book=
|
|||
global-address-book=
|
||||
|
||||
# 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.
|
||||
last-version-used=6.00
|
||||
|
@ -473,7 +539,7 @@ personal-print-command=
|
|||
personal-print-category=
|
||||
|
||||
# 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-filters2=
|
||||
|
@ -491,43 +557,51 @@ patterns-other=
|
|||
patterns-search=
|
||||
|
||||
# Controls display of color
|
||||
color-style=
|
||||
color-style=force-xterm-256color
|
||||
|
||||
# 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
|
||||
titlebar-color-style=
|
||||
titlebar-color-style=default
|
||||
|
||||
# Choose: black, blue, green, cyan, red, magenta, yellow, or white.
|
||||
normal-foreground-color=
|
||||
normal-background-color=
|
||||
normal-foreground-color=220,220,204
|
||||
normal-background-color=60,60,60
|
||||
reverse-foreground-color=
|
||||
reverse-background-color=
|
||||
title-foreground-color=
|
||||
title-background-color=
|
||||
title-closed-foreground-color=
|
||||
title-closed-background-color=
|
||||
status-foreground-color=
|
||||
status-background-color=
|
||||
keylabel-foreground-color=
|
||||
keylabel-background-color=
|
||||
keyname-foreground-color=
|
||||
keyname-background-color=
|
||||
selectable-item-foreground-color=
|
||||
selectable-item-background-color=
|
||||
meta-message-foreground-color=
|
||||
meta-message-background-color=
|
||||
quote1-foreground-color=
|
||||
quote1-background-color=
|
||||
title-foreground-color=174,174,000
|
||||
title-background-color=000,000,174
|
||||
title-closed-foreground-color=000,000,000
|
||||
title-closed-background-color=000,000,174
|
||||
folder-foreground-color=000,174,174
|
||||
folder-background-color=000,000,000
|
||||
directory-foreground-color=174,000,174
|
||||
directory-background-color=000,000,000
|
||||
folder-list-text-foreground-color=000,174,000
|
||||
folder-list-text-background-color=000,000,000
|
||||
status-foreground-color=174,174,000
|
||||
status-background-color=000,000,174
|
||||
keylabel-foreground-color=174,174,000
|
||||
keylabel-background-color=000,000,174
|
||||
keyname-foreground-color=000,174,000
|
||||
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-background-color=
|
||||
quote3-foreground-color=
|
||||
quote3-background-color=
|
||||
incoming-unseen-foreground-color=
|
||||
incoming-unseen-background-color=
|
||||
signature-foreground-color=
|
||||
signature-background-color=
|
||||
signature-foreground-color=000,000,174
|
||||
signature-background-color=000,000,000
|
||||
special-text-foreground-color=
|
||||
special-text-background-color=
|
||||
prompt-foreground-color=
|
||||
prompt-background-color=
|
||||
header-general-foreground-color=
|
||||
|
@ -561,6 +635,9 @@ index-from-background-color=
|
|||
index-opening-foreground-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
|
||||
viewer-hdr-colors=
|
||||
|
||||
|
|
Loading…
Reference in a new issue