diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-09-03 12:10:30 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-09-03 12:10:30 -0600 |
commit | e089a860ea48cab784e33c922a6cc9bfb092aeba (patch) | |
tree | 8a22bb4bb4575e112ddba6668d2f9ffd69002a09 /web/config/gmx.conf | |
parent | fd310f16dad9cc1e05752e45d905ec1b3aa3c3d0 (diff) | |
download | alpine-e089a860ea48cab784e33c922a6cc9bfb092aeba.tar.xz |
* WebAlpine: Update configuration files and add script to download
yui_2.9.0.zip (there is no web version anymore). In addition add
sample gmail and gmx configuration files.
Diffstat (limited to 'web/config/gmx.conf')
-rw-r--r-- | web/config/gmx.conf | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/web/config/gmx.conf b/web/config/gmx.conf new file mode 100644 index 00000000..4a0d9e3d --- /dev/null +++ b/web/config/gmx.conf @@ -0,0 +1,52 @@ +# +# Defaults that make more sense in our browser +# oriented world... +# +inbox-path={imap.gmx.com/ssl}inbox + +smtp-server=mail.gmx.comssl + +user-domain=gmx.com + +folder-collections="Folders on GMX" {imap.gmx.com/ssl}[] + +literal-signature="" + +address-book={imap.gmx.com/ssl}remote_addrbook + +feature-list=enable-msg-view-urls, + enable-msg-view-web-hostnames, + enable-msg-view-addresses, + enable-msg-view-attachments, + compose-rejects-unqualified-addrs, + enable-aggregate-command-set, + auto-zoom-after-select, + auto-unselect-after-apply, + quell-empty-directories + +normal-background-color=white +normal-foreground-color=black +quote1-foreground-color=000,000,153 +quote1-background-color=white +quote2-foreground-color=051,051,255 +quote2-background-color=white +quote3-foreground-color=051,153,255 +quote3-background-color=white + +rsh-open-timeout=0 +ssh-open-timeout=0 + +index-format=ATT STATUS FROMORTO(18%) SUBJECT(70%) SMARTDATETIME(12%) SIZENARROW PRIORITY + +viewer-hdr-colors=/HDR=Subject/FG=black/BG=yellow, + /HDR=message-id/FG=black/BG=206\x2C206\x2C206, + /HDR=In-reply-to/FG=black/BG=206\x2C206\x2C206 + +sort-key=arrival + +addressbook-formats=FULLNAME NICKNAME ADDRESS + +rss-news=http://rss.slashdot.org/Slashdot/slashdotMain + +rss-weather=http://www.rssweather.com/zipcode/98105/rss.php + |