From 41409cf98d1c2651613b96c419312e5dec794c21 Mon Sep 17 00:00:00 2001 From: arrow_zhang Date: Fri, 22 Aug 2008 09:51:23 -0700 Subject: [PATCH] [UP] - change muttrc color set and charset, - add ssmtp conf. --- .gitignore | 1 + archlinux_conf/etc/ssmtp/ssmtp.conf | 20 ++++++++++++++++++++ archlinux_conf/home/.fetchmailrc | 2 ++ archlinux_conf/home/.muttrc | 15 +++++++++------ archlinux_conf/home/.vimrc | 1 + resource | 3 +++ 6 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 archlinux_conf/etc/ssmtp/ssmtp.conf diff --git a/.gitignore b/.gitignore index 40d653a..abc983a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ ncurses/scrollwin ncurses/scrollwin2 ncurses/zz.txt +session.vim diff --git a/archlinux_conf/etc/ssmtp/ssmtp.conf b/archlinux_conf/etc/ssmtp/ssmtp.conf new file mode 100644 index 0000000..d13e755 --- /dev/null +++ b/archlinux_conf/etc/ssmtp/ssmtp.conf @@ -0,0 +1,20 @@ +# /etc/ssmtp.conf -- a config file for sSMTP sendmail. +root=arrowworld@gmail.com +mailhub=smtp.gmail.com:587 +UseSTARTTLS=YES +AuthUser=arrowworld@gmail.com +# AuthPass=[m] +rewriteDomain=gmail.com +FromLineOverride=YES +hostname=gmail.com +# Set this to never rewrite the "From:" line (unless not given) and to +# use that address in the "from line" of the envelope. +#FromLineOverride=YES +# Use SSL/TLS to send secure messages to server. +# Use SSL/TLS certificate to authenticate against smtp host. +# UseTLSCert=YES +# Use this RSA certificate. +#TLSCert=/etc/ssl/certs/ssmtp.pem + +UseTLS=YES +TLSCert=/etc/ssl/certs/594f1775.0 diff --git a/archlinux_conf/home/.fetchmailrc b/archlinux_conf/home/.fetchmailrc index a9ea8a2..5015a65 100755 --- a/archlinux_conf/home/.fetchmailrc +++ b/archlinux_conf/home/.fetchmailrc @@ -8,3 +8,5 @@ set daemon 120 poll pop.gmail.com with proto POP3 auth password and options uidl user 'arrowworld@gmail.com' there with is 'arrow' here options keep ssl sslkey '59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' +poll pop.gmail.com with proto POP3 auth password and options uidl + user 'arrow.ebd@gmail.com' there with is 'arrow' here options keep ssl sslkey '59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4' sslcert '/etc/ssl/certs' diff --git a/archlinux_conf/home/.muttrc b/archlinux_conf/home/.muttrc index 5e48cba..2e262ca 100644 --- a/archlinux_conf/home/.muttrc +++ b/archlinux_conf/home/.muttrc @@ -10,7 +10,7 @@ my_hdr Reply-To:arrowworld@gmail.com set pager_stop set record="~/.mailsended" set charset="UTF-8" -set send_charset="UTF-8" +set send_charset="us-ascii:utf-8" set wait_key=yes set editor="vim" @@ -23,7 +23,6 @@ set envelope_from=yes # alternates * arrowworld@gmail.com # set imap_force_ssl=yes set locale=C -set send_charset=utf-8 set message_cachedir="~/.tmp/" # set certificate_file="~/.mutt_certificates" # set status_format="-%r-Mutt:%f[Msgs:%?M?%M/?%m%?n?New:%n?%?o?Old:%o?%?d?Del:%d?%?F?Flag:%F?%?t?Tag:%t?%?p?Post:%p?%?b?Inc:%b?%?l?%l?]---(%s/%S)-%>-(%P)---" @@ -38,17 +37,21 @@ set use_from=yes # white, black, green, magenta, blue, cyan, yellow, red, default, colorN # color object foreground background [ regexp ] +## status/menu color color status white blue color attachment white cyan color normal white black color bold white black color hdrdefault white black +## mail list when first in color indicator white cyan -color markers white red +# color markers white red color message white black -color quoted white yellow -color search white red -color signature white red +## message which quoted color +# color quoted white yellow +# color search white red +## message which is signatured by writer +# color signature white red color tilde white black color tree white red color underline white magenta diff --git a/archlinux_conf/home/.vimrc b/archlinux_conf/home/.vimrc index 2b07057..875df1c 100644 --- a/archlinux_conf/home/.vimrc +++ b/archlinux_conf/home/.vimrc @@ -129,3 +129,4 @@ set path=.,include,/usr/include,, set wildmenu set wildmode=list:full let g:vimwiki_home = "~/wiki/" +set paste diff --git a/resource b/resource index fd04e00..c30efd7 100644 --- a/resource +++ b/resource @@ -37,5 +37,8 @@ - Documentation/kernel-docs.txt - Documentation/applying-patches.txt +* tips + - pivot_root (change the root file system, initrd) + % vim:ft=viki:ts=4:sts=4:sw=4 -- 2.11.4.GIT