暑中見舞・残暑見舞を送る時期
暑中見舞 | 梅雨明け後,夏の土用の期間 (立秋前の18または19日間) |
残暑見舞 | 立秋を過ぎてから,8月中 |
立秋
8月7日頃Reference
年賀状・暑中見舞いドットコムhttp://www.nengasyotyuu.com/syochu/
Wikipedia - 立秋
暑中見舞 | 梅雨明け後,夏の土用の期間 (立秋前の18または19日間) |
残暑見舞 | 立秋を過ぎてから,8月中 |
LogFile="cat /var/log/httpd/access.log.`/bin/date -v-1d +%Y%m%d` | grep -v -f REFERERSPAMLIST |"
% cal -m
% cal -ym
# aptitude install c-sig
(autoload 'add-signature "c-sig" "c-sig" t)
(autoload 'delete-signature "c-sig" "c-sig" t)
(autoload 'insert-signature-eref "c-sig" "c-sig" t) ;; 対話的に選択する.
(autoload 'insert-signature-automatically "c-sig" "c-sig" t) ;; データベースからの検索結果に従って自動的に挿入する.
(autoload 'insert-signature-randomly "c-sig" "c-sig" t) ;; ランダムに挿入する.
;;; Mewでシグネチャを対話的に選択する設定
(add-hook 'mew-draft-mode-hook
(function (lambda ()
(define-key mew-draft-mode-map "\C-c\C-i" 'insert-signature-eref))))
(setq sig-alist '(
( "default" .
"--
Yoshiki SATO <yoshiki@example.com>
")
( "private" .
"--
佐藤 克己 <yoshiki@example.com>
Tel : XXX-XXXX-XXXX
URI : http://xight.org/
")
))
(setq sig-name-alist nil)
(setq sig-regexp-alist nil)
;;; anonymous@example.com の署名を default に設定する.
(setq sig-name-alist '(
("anonymous@example.com" . "default")
))
(setq sig-regexp-alist nil)