Merge branch 'master' of gitorious.org:ryuslashdotfiles/dotother
This commit is contained in:
commit
dddcc437ef
1 changed files with 19 additions and 10 deletions
29
pinerc
29
pinerc
|
@ -19,14 +19,15 @@ personal-name=Tom Willemsen
|
|||
user-domain=gmail.com
|
||||
|
||||
# List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.
|
||||
smtp-server=smtp.gmail.com:587/tls/user=ryuslash@gmail.com
|
||||
smtp-server=smtp.gmail.com:587/tls/user=tom.willemsen@archlinux.us
|
||||
|
||||
# NNTP server for posting news. Also sets news-collections for news reading.
|
||||
nntp-server=news.eternal-september.org/user=slash
|
||||
|
||||
# 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=~/.mail/Inbox
|
||||
inbox-path={imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}INBOX
|
||||
#~/.mail/Inbox
|
||||
|
||||
# List of folder pairs; the first indicates a folder to archive, and the
|
||||
# second indicates the folder read messages in the first should
|
||||
|
@ -63,7 +64,7 @@ trash-folder=
|
|||
|
||||
# Contains the actual signature contents as opposed to the signature filename.
|
||||
# If defined, this overrides the signature-file. Default is undefined.
|
||||
literal-signature=
|
||||
literal-signature=I'm do not work with/on/near the archlinux team.\nI'm just a fan\n
|
||||
|
||||
# Over-rides default path for signature file. Default is ~/.signature
|
||||
signature-file=
|
||||
|
@ -72,12 +73,17 @@ signature-file=
|
|||
# e.g. feature-list= select-without-confirm, signature-at-bottom
|
||||
# Default condition for all of the features is no-.
|
||||
feature-list=include-text-in-reply,
|
||||
combined-folder-display,
|
||||
no-combined-folder-display,
|
||||
single-column-folder-list,
|
||||
selectable-item-nobold,
|
||||
enable-mail-check-cue,
|
||||
disable-sender,
|
||||
use-sender-not-x-sender
|
||||
use-sender-not-x-sender,
|
||||
enable-incoming-folders,
|
||||
allow-changing-from,
|
||||
spell-check-before-sending,
|
||||
copy-to-address-to-from-if-it-is-us,
|
||||
signature-at-bottom
|
||||
|
||||
# Alpine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
|
||||
initial-keystroke-list=
|
||||
|
@ -405,14 +411,16 @@ newmail-window-width=
|
|||
|
||||
# List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox
|
||||
# Syntax: optnl-label {optnl-imap-host-name}folder-path
|
||||
incoming-folders=
|
||||
incoming-folders=gmail {imap.gmail.com/ssl/user=ryuslash@gmail.com}INBOX,
|
||||
iACTOR {mail.iactor.nl/user=tom@iactor.nl}INBOX
|
||||
|
||||
# List of directories where saved-message folders may be. First one is
|
||||
# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
|
||||
# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
|
||||
folder-collections=mail/[],
|
||||
gmail {imap.gmail.com/ssl/user=ryuslash@gmail.com}[],
|
||||
iACTOR {mail.iactor.nl}[]
|
||||
iACTOR {mail.iactor.nl}[],
|
||||
archlinus {imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}[]
|
||||
|
||||
# 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}[]
|
||||
|
@ -430,7 +438,7 @@ address-book=
|
|||
global-address-book=
|
||||
|
||||
# Set by Alpine; controls beginning-of-month sent-mail pruning.
|
||||
last-time-prune-questioned=110.7
|
||||
last-time-prune-questioned=110.11
|
||||
|
||||
# Set by Alpine; controls display of "new version" message.
|
||||
last-version-used=6.00
|
||||
|
@ -491,7 +499,7 @@ rsh-path=
|
|||
# Sets the time in seconds that Alpine will attempt to open a UNIX remote
|
||||
# shell connection. The default is 15, min is 5, and max is unlimited.
|
||||
# Zero disables rsh altogether.
|
||||
rsh-open-timeout=
|
||||
rsh-open-timeout=0
|
||||
|
||||
# Sets the format of the command used to open a UNIX secure
|
||||
# shell connection. The default is "%s %s -l %s exec /etc/r%sd"
|
||||
|
@ -541,7 +549,8 @@ personal-print-command=
|
|||
personal-print-category=
|
||||
|
||||
# Patterns and their actions are stored here.
|
||||
patterns-roles=LIT:pattern="/NICK=Work Role/COMM=The role to use when communicating with work-related people\\n/PARTIC=iactor.nl,seiko/FLDTYPE=EMAIL" action="/ROLE=1/FROM='Tom Willemsen' <tom@iactor.nl>/SMTP=mail.iactor.nl:2525\/user=tom@iactor.nl/RTYPE=YES/FTYPE=YES/CTYPE=YES"
|
||||
patterns-roles=LIT:pattern="/NICK=Work Role/COMM=The role to use when communicating with work-related people\\n/PARTIC=iactor.nl,seiko/FLDTYPE=EMAIL" action="/ROLE=1/FROM='Tom Willemsen' <tom@iactor.nl>/SMTP=mail.iactor.nl:2525\/user=tom@iactor.nl/RTYPE=YES/FTYPE=YES/CTYPE=YES",
|
||||
LIT:pattern="/NICK=Seiko Role/COMM=Work Role, maar dan zonder SMTP authenticatie\\n/PARTIC=iactor.nl,seiko.nl/FLDTYPE=EMAIL" action="/INICK=Work Role/ROLE=1/SMTP=mail.iactor.nl:2525/RTYPE=YES/FTYPE=YES/CTYPE=NO"
|
||||
|
||||
# Patterns and their actions are stored here.
|
||||
patterns-filters2=
|
||||
|
|
Loading…
Reference in a new issue