From Remko Tronçon to ~rjarry/aerc-devel
There currently is no difference between updating the store of a directory that was already loaded, and a directory that has not yet been initialized. When a directory is opened, and the initial update request is processed, all messages are therefore treated as new, and the directory change notification (i.e. bell) is triggered. To prevent triggering this update, track whether the directory was already initialized, and if not, don't send out any change notifications. Signed-off-by: Remko Tronçon <remko@el-tramo.be> --- lib/msgstore.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) [message trimmed]
From Remko Tronçon to ~rjarry/aerc-devel
There currently is no difference between updating the store of a directory that was already loaded, and a directory that has not yet been initialized. When a directory is opened, and the initial update request is processed, all messages are therefore treated as new, and the directory change notification (i.e. bell) is triggered. To prevent triggering this update, track whether the directory was already initialized, and if not, don't send out any change notifications. --- lib/msgstore.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/msgstore.go b/lib/msgstore.go [message trimmed]
From Remko Tronçon to ~rabbits/public-inbox
--- cli/opctest/opctest.tal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/opctest/opctest.tal b/cli/opctest/opctest.tal index 5d5efbd..594f0ee 100644 --- a/cli/opctest/opctest.tal +++ b/cli/opctest/opctest.tal @@ -216,7 +216,7 @@ JMP2r =op-jmi [ =op-jmi/a ] =op-jsi [ =op-jsi/a =op-jsi/b ] =op-jsi/a =op-jsi/b =op-jsi/c =op-jsi/d ][message trimmed]
From Remko Tronçon to ~rabbits/public-inbox
--- etc/uxntal.ctags | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 etc/uxntal.ctags diff --git a/etc/uxntal.ctags b/etc/uxntal.ctags new file mode 100644 index 0000000..0757553 --- /dev/null +++ b/etc/uxntal.ctags @@ -0,0 +1,21 @@ # Universal Ctags definition for Uxntal --langdef=uxntal{_autoFQTag}[message trimmed]
From Remko Tronçon to ~rabbits/public-inbox
--- src/uxn.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uxn.c b/src/uxn.c index 4c2ca19..49ef3eb 100644 --- a/src/uxn.c +++ b/src/uxn.c @@ -17,12 +17,12 @@ WITH REGARD TO THIS SOFTWARE. [ L2 ][ N2 ][ T2 ] < */ #define T *(s->dat + s->ptr - 1) #define N *(s->dat + s->ptr - 2)[message trimmed]
From Remko Tronçon to ~rabbits/public-inbox
--static-libs already uses the static library, so the special handling does nothing. Depending on the `brew` executable in the build blocks using the build script inside a brew formula. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9f29772..59e5e1f 100755 --- a/build.sh @@ -65,7 +65,7 @@ MSYS_NT*|MINGW*) # MSYS2 on Windows ;; [message trimmed]