diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-05-16 07:32:47 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-05-16 07:32:47 +0200 |
commit | 790f89e9687a5e291cf26a5a85bff871a46e675e (patch) | |
tree | 4c4b98410056bd56d46dea2f7655766a39396f7f /bin/tagmail | |
parent | cb3ab9a4b8b59226bc36d1240de77ee20f1e0760 (diff) | |
download | dotfiles-790f89e9687a5e291cf26a5a85bff871a46e675e.tar.gz dotfiles-790f89e9687a5e291cf26a5a85bff871a46e675e.tar.bz2 dotfiles-790f89e9687a5e291cf26a5a85bff871a46e675e.zip |
Update guile notmuch to nyacc 2
Now using cdata and discarding bytestructures and ffi-help-rt.
New constructor for types and how to access pointers or create more.
Not so clearly from documentation, but trying and scanning nyacc
examples kind of worked.
Diffstat (limited to 'bin/tagmail')
-rwxr-xr-x | bin/tagmail | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tagmail b/bin/tagmail index fd90bce..e2015a7 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -26,7 +26,6 @@ LD_LIBRARY_PATH=$HOME/.guix-profile/lib exec guile -e main -s "$0" "$@" (mail-tools) (utils) (srfi srfi-1) - (system ffi-help-rt) (system foreign)) (define (on-all-messages-filenames query proc) |