diff 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
line wrap: on
line diff
--- a/pers-init.el	Tue Nov 21 15:52:12 2023 +0000
+++ b/pers-init.el	Wed Nov 22 22:23:36 2023 +0000
@@ -22,8 +22,8 @@
 	     (setq mail-archive-file-name (concat "/disk/scratch/mail/cpy/general/"
 				     (format-time-string
 				      "%Y-%m" (current-time))
-				     ".mbox"))
-	     (t (setq mail-archive-file-name "~/mail/cpy/general"))))
+				     ".mbox")))
+	     (t (setq mail-archive-file-name "~/mail/cpy/general")))
 
 
 (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" )