summaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-07-15 19:44:52 -0700
committerKevin McCarthy <kevin@8t8.us>2020-07-19 14:23:52 -0700
commit40ce20c8e3d704a14ee3ed8e89effb04a02796a4 (patch)
tree0014c11657a72ef7cd23a2f50bada47e9d93730c /po/POTFILES.in
parentc5c448d465388b4043f9a25e73d17a88f207db15 (diff)
Add first version of MuttLisp.
This is somewhat simple enhancement to muttrc processing, not a full-blown embedded scripting language. There are no variables, functions, types, or abilities that compete with macros. MuttLisp can be invoked using the "run" command. If $muttlisp_inline_eval is set, it can also be invoked with a bare parenthesis expression as a command argument. $muttlisp_inline_eval defaults unset, to avoid breaking existing configurations, which might have bare parenthesis arguments for regexps.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 11fa2d01..429205d4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -49,6 +49,7 @@ main.c
mbox.c
menu.c
mh.c
+mutt_lisp.c
mutt_sasl.c
mutt_socket.c
mutt_ssl.c