Mercurial > hg > xemacs
comparison pers-init.el @ 35:ce8241eb1d61
typo
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 22 Nov 2023 22:23:36 +0000 |
parents | ce71d12b00ad |
children | fc30f30d88d7 |
comparison
equal
deleted
inserted
replaced
34:034ed479179e | 35:ce8241eb1d61 |
---|---|
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 |
31 (site-caseq (edin | 31 (site-caseq (edin |