(2005-03の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2005-03-03 Thu (他の年の同じ日: 2006)
wanderlust サマリでマルチパートメールの横に'@'マーク
2005-03-03-6 / カテゴリ: [linux][wanderlust] / [permlink]
http://emacs-21.ki.nu/application/wl.html
;; メールDBにcontent-typeを加える (setq elmo-msgdb-extra-fields (cons "content-type" elmo-msgdb-extra-fields)) ;; 添付ファイルがある場合は「@」を表示 (setq wl-summary-line-format "%n%T%P%1@%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s") (setq wl-summary-line-format-spec-alist (append wl-summary-line-format-spec-alist '((?@ (wl-summary-line-attached)))))変更後に、サマリを update する (s -> all)
日本語の添付ファイルの表示
2005-03-03-5 / カテゴリ: [linux][wanderlust] / [permlink]
http://www.kakutani.com/20040422.html
http://emacs-21.ki.nu/application/wl.html
;;日本語の添付ファイル名を正しく表示 ;;これがないと化けます. (defvar my-mime-filename-coding-system-for-decode '(iso-2022-jp japanese-shift-jis japanese-iso-8bit)) (defun my-mime-decode-filename (filename) (let ((rest (eword-decode-string filename))) (or (when (and my-mime-filename-coding-system-for-decode (string= rest filename)) (let ((dcs (mapcar (function coding-system-base) (detect-coding-string filename)))) (unless (memq 'emacs-mule dcs) (let ((pcs my-mime-filename-coding-system-for-decode)) (while pcs (if (memq (coding-system-base (car pcs)) dcs) (setq rest (decode-coding-string filename (car pcs)) pcs nil) (setq pcs (cdr pcs)))))))) rest))) (eval-after-load "mime" '(defadvice mime-entity-filename (after eword-decode-for-broken-MUA activate) "Decode encoded file name for BROKEN MUA." (when (stringp ad-return-value) (setq ad-return-value (my-mime-decode-filename ad-return-value))))) (require 'std11) ;; ファイル名が日本語の添付ファイルをエンコードする [semi-gnus-ja: 6046] (eval-after-load "std11" '(defadvice std11-wrap-as-quoted-string (before encode-string activate) "Encode a string." (require 'eword-encode) (ad-set-arg 0 (eword-encode-string (ad-get-arg 0)))))... こっちのほうが良いかも (↑asciiのみの添付ファイル名が表示できない…)
http://emacs-21.ki.nu/application/wl.html
携帯端末 スペック 端末情報
2005-03-03-4 / カテゴリ: [携帯] / [permlink]
vodafone
http://www.dp.j-phone.com/dp/tech_svc/info/
au
http://www.au.kddi.com/ezfactory/tec/spec/new_win/ezkishu.html
docomo
http://www.nttdocomo.co.jp/p_s/imode/spec/ryouiki.html
http://www.dp.j-phone.com/dp/tech_svc/info/
au
http://www.au.kddi.com/ezfactory/tec/spec/new_win/ezkishu.html
docomo
http://www.nttdocomo.co.jp/p_s/imode/spec/ryouiki.html
ezweb 位置情報のpost
2005-03-03-3 / カテゴリ: [携帯] / [permlink]
device:location?url=http://www.example.jp/ へアクセス
query_string に datum=tokyo&unit=dms&lat=xx.xx.xx.xx&lon=yy.yy.yy.yy がセ
ットされる
あとは、サーバサイドのプログラムで、query_string を読めば良い。
query_string に datum=tokyo&unit=dms&lat=xx.xx.xx.xx&lon=yy.yy.yy.yy がセ
ットされる
あとは、サーバサイドのプログラムで、query_string を読めば良い。
Wanderlust の Maildir/ 購読設定
2005-03-03-2 / カテゴリ: [linux][wanderlust] / [permlink]
.folder に
./を書いておく。.elmo/finfo はリセットしておく。
Referrer (Inside):
[2005-12-22-1]
Wanderlust のオンライン オフライン切り替え
2005-03-03-1 / カテゴリ: [linux][wanderlust] / [permlink]
C-t (screen ^t^t 中なら C-t C-t)これで、既存設定の何をオンラインにするのかを{SPC,RET}で切り替える
終わったら q で
M-t で、全てを一気にオンライン/オフライン切り替え
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
最終更新時間: 2013-05-02 16:12