[balsa] (72 commits) Non-fast-forward update to branch gmime3
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] (72 commits) Non-fast-forward update to branch gmime3
- Date: Sun, 19 Jan 2020 15:59:56 +0000 (UTC)
The branch 'gmime3' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
8ef2e0d... Bump GMime requirement to 3.2.4
9736ed9... Insert a NULL GMimeFormatOptions
a6b51da... internet_address_list_parse_string() replaced
53d5489... More GMime 3 changes
3f1012a... g_mime_content_type_to_string() has been renamed
0f63d7d... g_mime_parser_construct_message()
bff3e97... g_mime_content_type_new_from_string()
68b9e39... More GMime3 changes
2f67882... g_mime_filter_crlf_new() is no more
d35b01f... g_mime_filter_crlf_new() is no more
94c07d1... Insert a NULL format-options argument
12faaee... Add parser-options argument
4652cc9... g_mime_part_set_content_object() has been renamed
1c3bdd9... Include libbalsa.h
99d4d60... g_mime_init() has no arguments
e94fa3d... Oops--use g_mime_filter_dos2unix_new()
b191e09... g_mime_parser_set_scan_from() has been replaced
ec53b9c... g_mime_parser_get_from_offset() has been renamed
3801146... g_mime_parser_get_from() has been renamed
97c0477... g_mime_object_set_header() has an extra argument
358db7f... Oops--missed one case
c7b80c7... GMimeHeaderIter has been replaced
d31ab2d... GMimeRecipientType has been replaced
73364af... Cleanup
b00df5e... g_mime_references_decode() has been replaced
025c25d... Oops--missed one case
f3cc9d6... g_mime_utils_header_encode_text()
b5f46d2... New API for g_mime_utils_header_encode_text()
9aa63a5... New API for g_mime_utils_header_decode_date()
cdd2a96... g_mime_set_user_charsets() has been replaced
226cf70... g_mime_object_new_type() has a new first argument
24bad9a... Oops--typo
f8646d2... g_mime_message_set_{reply_to,sender}
42bfa80... g_mime_message_set_subject() has a new argument
f7e9a5c... Cleanup
6b6f815... g_mime_object_append_header() has a new argument
177e6a7... Drop redundant get_tz_offset()
f65bfdb... Adapt to new g_mime_utils_header_decode_date() API
4ed786e... Guard against passing NULL name
2093f0d... Check for NULL return
0deb38f... Fix some porting to g_mime_filter_dos2unix_new()
82b2e28... Fix some porting to g_mime_filter_dos2unix_new()
a074aaf... Do not unref GDateTime
30cd6a1... mailbox_mbox: Set the parser format to mbox
19fb233... libbalsa-message: Save some dereferencing
7487c89... GMimeParser changes
c728fa7... GMime3 (3.2, at least) supports Autocrypt headers
68aa784... autocrypt: Convert e-mail addresses to lowercase.
Commits added to the branch:
29b9285... mailbox: when closing a mailbox, remove source (*)
547eb5a... main-window: Really disconnect signal (*)
a9bbd48... mailbox: Check whether the mailbox was closed (*)
d9b18d2... Guard against mailbox changes (*)
fce9bdf... mailbox: Fix thinko (*)
179dbfe... mailbox-local: Check for error return value (*)
8e6b6cc... mailbox: Check for finalized mailbox (*)
266cf2c... mailbox: Ensure gboolean return value (*)
e556a72... Stop using gtk_main_iteration_do() (*)
5a77fe5... balsa-index: Use a single bit for 'expanded' (*)
5cd4f9b... mailbox: If priv->mindex is NULL, try again later (*)
84bfb01... mailbox-local: Set messages-threaded (*)
109364d... balsa-index: cleanup (*)
7f457d6... balsa-index: Use a low priority idle handler (*)
90f8b55... main-window: Drop another guard (*)
90ee8bc... Move some more code to a thread (*)
43264bc... Fix a few bugs (*)
7a01d8d... mailbox-local: Set messages-loaded (*)
1a4bd3c... mailbox-local: Fix a thinko (*)
63d072d... Revert 90ee8bcc82d8ebdae0bd286212c21d1138531658 (*)
e15cad4... balsa-index: Use gtk_tree_view_expand_to_path() (*)
9cbcd3c... balsa-index: improve expand and collapse (*)
e466beb... balsa-index: Fix the previous commit (*)
2aa7395... balsa-index: Simplify managing handlers (*)
a7bc3c3... Bump GMime requirement to 3.2.4
7fc0812... Insert a NULL GMimeFormatOptions
580cddf... internet_address_list_parse_string() replaced
2af2c7b... More GMime 3 changes
72782b9... g_mime_content_type_to_string() has been renamed
554df16... g_mime_parser_construct_message()
d2481f2... g_mime_content_type_new_from_string()
7d07ebe... More GMime3 changes
a7f2e1b... g_mime_filter_crlf_new() is no more
cbc8da3... g_mime_filter_crlf_new() is no more
a273517... Insert a NULL format-options argument
12d5a3e... Add parser-options argument
7c6af4c... g_mime_part_set_content_object() has been renamed
04b61ff... Include libbalsa.h
80a261c... g_mime_init() has no arguments
0783c60... Oops--use g_mime_filter_dos2unix_new()
9dc4b6b... g_mime_parser_set_scan_from() has been replaced
90cb67e... g_mime_parser_get_from_offset() has been renamed
dbe1c56... g_mime_parser_get_from() has been renamed
4134784... g_mime_object_set_header() has an extra argument
8ffc052... Oops--missed one case
c5a9f3a... GMimeHeaderIter has been replaced
5fe8422... GMimeRecipientType has been replaced
6b23c28... Cleanup
238b2a8... g_mime_references_decode() has been replaced
4998215... Oops--missed one case
acbf6a7... g_mime_utils_header_encode_text()
b4f7626... New API for g_mime_utils_header_encode_text()
3c270fd... New API for g_mime_utils_header_decode_date()
2c0315e... g_mime_set_user_charsets() has been replaced
6d3c260... g_mime_object_new_type() has a new first argument
a436d61... Oops--typo
c10f00d... g_mime_message_set_{reply_to,sender}
acb6d97... g_mime_message_set_subject() has a new argument
2eced48... Cleanup
34db654... g_mime_object_append_header() has a new argument
a315685... Drop redundant get_tz_offset()
e1be335... Adapt to new g_mime_utils_header_decode_date() API
61f1cdc... Guard against passing NULL name
17a2c6f... Check for NULL return
f77ef4e... Fix some porting to g_mime_filter_dos2unix_new()
af1406b... Fix some porting to g_mime_filter_dos2unix_new()
f53d360... Do not unref GDateTime
641cd4d... mailbox_mbox: Set the parser format to mbox
8a17cbe... libbalsa-message: Save some dereferencing
06e6513... GMimeParser changes
ca812a6... GMime3 (3.2, at least) supports Autocrypt headers
f9345a3... autocrypt: Convert e-mail addresses to lowercase.
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]