blob 77a0b3d02860013310271d32f7123585ca122025 772 bytes (raw)
name: lib/message-private.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
24
25
26
27
28
29
| | #ifndef MESSAGE_PRIVATE_H
#define MESSAGE_PRIVATE_H
struct visible _notmuch_message {
notmuch_database_t *notmuch;
Xapian::docid doc_id;
int frozen;
char *message_id;
char *thread_id;
char *in_reply_to;
notmuch_string_list_t *tag_list;
notmuch_string_list_t *filename_term_list;
notmuch_string_list_t *filename_list;
char *author;
notmuch_message_file_t *message_file;
notmuch_message_list_t *replies;
unsigned long flags;
/* For flags that are initialized on-demand, lazy_flags indicates
* if each flag has been initialized. */
unsigned long lazy_flags;
/* Message document modified since last sync */
notmuch_bool_t modified;
Xapian::Document doc;
Xapian::termcount termpos;
};
#endif
|
debug log:
solving 77a0b3d ...
found 77a0b3d in https://yhetil.org/notmuch/1463927339-5441-3-git-send-email-david@tethera.net/
applying [1/1] https://yhetil.org/notmuch/1463927339-5441-3-git-send-email-david@tethera.net/
diff --git a/lib/message-private.h b/lib/message-private.h
new file mode 100644
index 0000000..77a0b3d
Checking patch lib/message-private.h...
Applied patch lib/message-private.h cleanly.
index at:
100644 77a0b3d02860013310271d32f7123585ca122025 lib/message-private.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).