aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/mailutils-variable-lookup.patch
blob: 0069f3596db3268c5412c399808f5507d6bf96da (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Have 'send-message' look up 'mu-debug' & co. in the right
module: <https://issues.guix.gnu.org/49968>.

Submitted: https://lists.gnu.org/archive/html/bug-mailutils/2021-09/msg00000.html

---
 include/mailutils/guile.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/mailutils/guile.h b/include/mailutils/guile.h
index f05550678..47f89db39 100644
--- a/include/mailutils/guile.h
+++ b/include/mailutils/guile.h
@@ -20,7 +20,8 @@
 
 #include <libguile.h>
 
-#define MU_SCM_SYMBOL_VALUE(p) SCM_VARIABLE_REF(scm_c_lookup(p))
+#define MU_SCM_SYMBOL_VALUE(p)			\
+  (scm_c_public_ref ("mailutils mailutils", p))
 
 typedef struct
 {
-- 
2.33.0

9nls: Update translations....po/guix/tr.po: New file. po/guix/LINGUAS: Add it. Julien Lepiller 2022-06-04nls: Update translations....po/packages/tr.po: New file. po/packages/LINGUAS: Add it. Julien Lepiller 2022-05-01nls: Update translations....po/guix/ja.po: New file. po/guix/LINGUAS: Add it. Julien Lepiller 2022-04-02nls: Update translations....* po/packages/fi.po: New file. * po/packages/LINGUAS: Add it. Julien Lepiller 2022-02-04nls: Update translations....* po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add it. * doc/local.mk: Add pt_BR cookbook. Julien Lepiller 2022-01-09nls: Update translations....* po/doc/guix-cookbook.fi.po: New file. * po/doc/guix-manual.fi.po: New file. * po/doc/local.mk: Add them. * doc/local.mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. Julien Lepiller