From c448274eebd25f309dedfb2c7bb2332780a64c3b Mon Sep 17 00:00:00 2001 From: Bob Rogers Date: Tue, 30 Apr 2024 18:07:38 -0700 Subject: [PATCH] Tweak my email sig, autoload the alternative folder fn * rgr-mail-hacks.el: + (rgr-email-signature-strings): Update my sig with my cell phone. + (rgr-invoke-vm-alt-folder): Add an autoload cookie. --- rgr-mail-hacks.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rgr-mail-hacks.el b/rgr-mail-hacks.el index e4b8748..2058016 100644 --- a/rgr-mail-hacks.el +++ b/rgr-mail-hacks.el @@ -1,3 +1,4 @@ +; -*- lexical-binding: t; -*- ;;;**************************************************************************** ;;; ;;; mail mode hackery. @@ -16,8 +17,7 @@ "Counter for generating mail buffer names.") (defvar rgr-email-signature-strings '("\t\t\t\t\t-- Bob" " Rogers" " http://www.rgrjr.com/" " - home: 781-646-9215" " - work: 617-441-6015") + cell: 781-535-8486") "List of strings to insert on successive rgr-sign-email calls.") (defun rgr-mail-maybe-insert-divider () @@ -165,6 +165,7 @@ main folder. We try to set up the headers in the top window." (defvar rgr-mail-alternate-folder nil "Designated alternate VM folder.") +;;;###autoload (defun rgr-invoke-vm-alt-folder () "Run VM on rgr-mail-alternate-folder." (interactive) @@ -188,7 +189,7 @@ please add it to your contacts, lest I get relegated to spam.\n" "String to insert after the sig if rgr-mail-tweak-bcc gets a prefix arg.") (defun rgr-mail-tweak-bcc (&optional insert-address-change-note-p) - "Turn any 'BCC:' line into a BCC to home." + "Turn any \='BCC:\' line into a BCC to home." (interactive "P") (save-excursion (goto-char (point-min)) -- 2.45.2