# -*- Mode: org ; Coding: utf-8 -*-
* install
~$ cd app
~/app$ git clone git://github.com/kazu-yamamoto/Mew.git
~/app$ cd Mew/
~/app/Mew$ git pull
~/app/Mew$ make distclean
~/app/Mew$ ./configure
~/app/Mew$ make
~/app/Mew$ sudo paco -D make install
~/app/Mew$ sudo make install-jinfo
~/app/Mew$ cd ..
* setting
** ~/.mew.el
===
; -*- Mode: Emacs-Lisp ; Coding: utf-8 -*-
; Stunnel
(setq mew-prog-ssl "/usr/bin/stunnel4")
;; IMAP 用
(setq mew-proto "%")
(setq mew-user "名前@Gmail.com")
(setq mew-mail-domain "gmail.com")
(setq mew-imap-server "imap.gmail.com")
(setq mew-imap-user "名前@gmail.com")
(setq mew-imap-auth t)
(setq mew-imap-ssl t)
(setq mew-imap-ssl-port "993")
(setq mew-smtp-auth t)
(setq mew-smtp-ssl t)
(setq mew-smtp-ssl-port "465")
(setq mew-smtp-user "名前@gmail.com")
(setq mew-smtp-server "smtp.gmail.com")
===
** ~/.emacs.d/inits/50mew-0.el
===
; -*- Mode: Emacs-Lisp ; Coding: utf-8 -*-
(add-to-list 'load-path
"/usr/local/share/emacs/site-lisp/mew")
;; どんな容量でもダウンロードしてしまう。
(setq mew-pop-size 0)
(setq mew-imap-size 0)
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
;; パスワードをメモリに記憶する
(setq mew-use-cached-passwd t)
;; 自動取得する
(setq mew-use-biff t)
;; 自動間隔 (分)
(setq mew-pop-biff-interval 10)
;; 起動時取得
(setq mew-auto-get nil)
===
* software
~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
~ $ ratpoison --version
ratpoison 1.4.5 (built Oct 27 2011 10:19:46)
Copyright (C) 2000-2008 Shawn Betts
~ $ emacs --version
GNU Emacs 24.2.1
Copyright (C) 2012 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
~ $ stunnel -v
No limit detected for the number of clients
signal_pipe: FD=5 allocated (non-blocking mode)
signal_pipe: FD=6 allocated (non-blocking mode)
stunnel 4.42 on x86_64-pc-linux-gnu platform
Compiled with OpenSSL 1.0.0e 6 Sep 2011
Running with OpenSSL 1.0.1 14 Mar 2012
Update OpenSSL shared libraries or rebuild stunnel
Threading:PTHREAD SSL:ENGINE Auth:LIBWRAP Sockets:POLL,IPv6
Reading configuration from descriptor 4
PRNG seeded successfully
Line 0: End of section stunnel: SSL server needs a certificate
str_stats: 46 block (s), 1665 byte (s)
* hardware
** PC
Acer D257-A71C
http://www.acer.co.jp/ac/ja/JP/content/model/LU.SFW0D.096
** Monitor
VH242S
http://www.asus.com/Display/LCD_Monitors/VH242S/
** Keyboard
Majestouch 2 Tenkeyless 青軸・テンキーレス・かなあり( FKBN91MC/JB2 )
http://www.diatec.co.jp/products/det.php?prod_c=762
** Mouse
ADVENT M312 Wireless Optical Mouse
http://www.currys.co.uk/gbuk/advent-m312-wireless-optical-mouse-13212948-pdt.html
0 件のコメント:
コメントを投稿