Files
aerc-inline-images/lib/notmuch_version_dummy.go
T
2026-04-07 19:54:54 -04:00

9 lines
112 B
Go

//go:build !notmuch
// +build !notmuch
package lib
func NotmuchVersion() (string, bool) {
return "", false
}