File tree 11 files changed +39
-1
lines changed
11 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Wael Nasreddine <
[email protected] >
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
// #cgo LDFLAGS: -lnotmuch
4
8
// #include <stdlib.h>
5
9
// #include <notmuch.h>
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
import (
4
8
"os"
5
9
"path"
Original file line number Diff line number Diff line change 17
17
// * Functions which in C return a status code and pass back a value via a pointer
18
18
// argument now return a (value, error) pair.
19
19
package notmuch
20
+
21
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
22
+ // Licensed under the GPLv3 or later.
23
+ // See COPYING at the root of the repository for details.
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- // Copyright © 2015 Ian Denhardt <[email protected] >
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
4
// Licensed under the GPLv3 or later.
5
5
// See COPYING at the root of the repository for details.
6
6
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
// #cgo LDFLAGS: -lnotmuch
4
8
// #include <stdlib.h>
5
9
// #include <notmuch.h>
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
// #cgo LDFLAGS: -lnotmuch
4
8
// #include <stdlib.h>
5
9
// #include <notmuch.h>
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
import "testing"
4
8
5
9
func TestSearchThreads (t * testing.T ) {
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
// #cgo LDFLAGS: -lnotmuch
4
8
// #include <stdlib.h>
5
9
// #include <notmuch.h>
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
import "testing"
4
8
5
9
func TestGetThreadID (t * testing.T ) {
Original file line number Diff line number Diff line change 1
1
package notmuch
2
2
3
+ // Copyright © 2015 The go.bindings Authors. Authors can be found in the AUTHORS file.
4
+ // Licensed under the GPLv3 or later.
5
+ // See COPYING at the root of the repository for details.
6
+
3
7
// #cgo LDFLAGS: -lnotmuch
4
8
// #include <stdlib.h>
5
9
// #include <notmuch.h>
You can’t perform that action at this time.
0 commit comments