From 2a31d123369245b229905dcfa6f6248fac2ddb02 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 15 Nov 2010 18:44:48 +0100 Subject: Added new email adres, some general pinerc chagnes --- pinerc | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'pinerc') diff --git a/pinerc b/pinerc index 5a01b75..4f16db6 100755 --- a/pinerc +++ b/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' /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' /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= -- cgit v1.2.3-54-g00ecf