init: pristine aerc 0.20.0 source
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !notmuch
|
||||
// +build !notmuch
|
||||
|
||||
package lib
|
||||
|
||||
func NotmuchVersion() (string, bool) {
|
||||
return "", false
|
||||
}
|
||||
Reference in New Issue
Block a user