unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 0e65472d612f9a6605b3c68321a3f52450673ff2 427 bytes (raw)
name: util/crypto.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
#ifndef _CRYPTO_H
#define _CRYPTO_H

#include "notmuch.h"
#include <gmime/gmime.h>

typedef struct _notmuch_crypto {
    GMimeCryptoContext* gpgctx;
    notmuch_bool_t verify;
    notmuch_bool_t decrypt;
    const char *gpgpath;
} _notmuch_crypto_t;


GMimeCryptoContext *
_notmuch_crypto_get_gmime_context (_notmuch_crypto_t *crypto, const char *protocol);

void
_notmuch_crypto_cleanup (_notmuch_crypto_t *crypto);



#endif

debug log:

solving 0e65472 ...
found 0e65472 in https://yhetil.org/notmuch/1453258369-7366-3-git-send-email-dkg@fifthhorseman.net/

applying [1/1] https://yhetil.org/notmuch/1453258369-7366-3-git-send-email-dkg@fifthhorseman.net/
diff --git a/util/crypto.h b/util/crypto.h
new file mode 100644
index 0000000..0e65472

Checking patch util/crypto.h...
Applied patch util/crypto.h cleanly.

index at:
100644 0e65472d612f9a6605b3c68321a3f52450673ff2	util/crypto.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).