Mercurial > hg > xemacs
comparison pers-init.el @ 37:fc30f30d88d7
refill and merge
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 22 Nov 2023 22:37:31 +0000 |
parents | 642211cbf13a ce8241eb1d61 |
children | eee08de75336 |
comparison
equal
deleted
inserted
replaced
36:642211cbf13a | 37:fc30f30d88d7 |
---|---|
18 (setenv "DISPLAY" ":0"))) | 18 (setenv "DISPLAY" ":0"))) |
19 | 19 |
20 ;;; mail stuff | 20 ;;; mail stuff |
21 (site-caseq (edin | 21 (site-caseq (edin |
22 (setq mail-archive-file-name (concat "/disk/scratch/mail/cpy/general/" | 22 (setq mail-archive-file-name (concat "/disk/scratch/mail/cpy/general/" |
23 (format-time-string | 23 (format-time-string |
24 "%Y-%m" (current-time)) | 24 "%Y-%m" (current-time)) |
25 ".mbox"))) | 25 ".mbox"))) |
26 (t (setq mail-archive-file-name "~/mail/cpy/general"))) | 26 (t (setq mail-archive-file-name "~/mail/cpy/general"))) |
27 | 27 |
28 | 28 |
29 (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" ) | 29 (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" ) |
30 | 30 |