unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob d0366812e0bd8554eeb5541d7e4cf4bcc8e797b8 374 bytes (raw)
name: util/gmime-extra.c 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#include "gmime-extra.h"

GMimeStream *
g_mime_stream_stdout_new()
{
    GMimeStream *stream_stdout = NULL;

    stream_stdout = g_mime_stream_pipe_new (STDOUT_FILENO);
    if (!stream_stdout)
	return NULL;

    g_mime_stream_pipe_set_owner (GMIME_STREAM_PIPE (stream_stdout), FALSE);

    return g_mime_stream_buffer_new (stream_stdout, GMIME_STREAM_BUFFER_BLOCK_WRITE);
}

debug log:

solving d0366812 ...
found d0366812 in https://yhetil.org/notmuch/20170521124821.23924-2-david@tethera.net/

applying [1/1] https://yhetil.org/notmuch/20170521124821.23924-2-david@tethera.net/
diff --git a/util/gmime-extra.c b/util/gmime-extra.c
new file mode 100644
index 00000000..d0366812

Checking patch util/gmime-extra.c...
Applied patch util/gmime-extra.c cleanly.

index at:
100644 d0366812e0bd8554eeb5541d7e4cf4bcc8e797b8	util/gmime-extra.c

(*) 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).