From 3bb56c9c9087fe29236ec03ac09489f7d01d203b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 30 Oct 2023 11:51:08 +1100 Subject: Populate tracli-data on eval/require --- traclicker.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'traclicker.el') diff --git a/traclicker.el b/traclicker.el index c4b53a4..40884a0 100644 --- a/traclicker.el +++ b/traclicker.el @@ -71,6 +71,8 @@ Will scan from both cur and new subdirs." "Read into `tracli-data'." (setq tracli-data (tracli-read-data))) +(unless tracli-data (tracli-refresh-data)) + (defun tracli-scan (&optional after) "Scan emails and get redirect urls. -- cgit v1.2.3