From b79cb97cc52d214e1eeaa769d16991281d54f0f0 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 4 Jul 2024 20:23:16 +0200 Subject: capture NBG-TM guests --- bin/tagmail | 5 +++-- config/doom/config.org | 9 +++++++++ config/khard/khard.conf | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/bin/tagmail b/bin/tagmail index 9febae5..c0a1a43 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -163,10 +163,11 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" ("+Checkm-Alerts" "subject:Check_MK AND from:ingrid") ("+fail2ban" "subject:Fail2Ban from:oscarnajera.com" "Fail2ban report") ("+arsmagna +inbox" "to:arsmagna") + ;; Toastmasters - ("+NBG-toastmasters" "to:nuremberg.toastmasters@googlemail.com") + ("+NBG-toastmasters" "to:nuremberg.toastmasters@googlemail.com OR to:nuremberg.toastmasters@gmail.com") ("+Isar-Speak" "to:isarspeak@gmail.com") - ("+toastmasters" "toastmaster NOT from:info@meetup.com") + ("+toastmasters" "toastmaster NOT from:info@meetup.com NOT from:linkedin.com" ) ("+iohk" "from:iohk.io" "IOHK Plutus") ("+sms" "folder:hi_pers/SMS") diff --git a/config/doom/config.org b/config/doom/config.org index 63e6977..322ae98 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -157,6 +157,15 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary `("e" "Event" entry (file ,(expand-file-name "caldav.org" org-directory)) "* %?\n%^T\n%i\n%a")) + (add-to-list 'org-capture-templates + `("m" "NBG-TM Contact" entry + (file+headline ,(expand-file-name "toastmasters/NBG-membership.org" org-directory) "Guest") + "* INTRS [[notmuch-search:%:fromaddress][%:fromname]] +:PROPERTIES: +:EMAIL: %:fromaddress +:END: +Invited: %^t +")) (setq org-roam-capture-templates '(("d" "default" plain "%i\n%?" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 7bf6197..0bc9e06 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -22,9 +22,9 @@ group_by_addressbook = no # reverse table ordering: yes / no reverse = no # append nicknames to name column: yes / no -show_nicknames = no +show_nicknames = yes # show uid table column: yes / no -show_uids = yes +show_uids = no # sort by first or last name: first_name / last_name / formatted_name sort = last_name # localize dates: yes / no -- cgit v1.2.3