[balsa] (66 commits) Non-fast-forward update to branch gmime3
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] (66 commits) Non-fast-forward update to branch gmime3
- Date: Fri, 21 Feb 2020 19:49:18 +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:
b51bb53... Bump GMime requirement to 3.2.4
26a1f91... Insert a NULL GMimeFormatOptions
aae7a96... internet_address_list_parse_string() replaced
cd179e3... More GMime 3 changes
b6a81e7... g_mime_content_type_to_string() has been renamed
b8e6709... g_mime_parser_construct_message()
eaf0b96... g_mime_content_type_new_from_string()
2f3e26f... More GMime3 changes
c2b3c6e... g_mime_filter_crlf_new() is no more
959d538... g_mime_filter_crlf_new() is no more
541aa46... Insert a NULL format-options argument
8632033... Add parser-options argument
6d3ab69... g_mime_part_set_content_object() has been renamed
f7953d7... Include libbalsa.h
5f57f29... g_mime_init() has no arguments
f847c7a... Oops--use g_mime_filter_dos2unix_new()
1f97af1... g_mime_parser_set_scan_from() has been replaced
d8d733b... g_mime_parser_get_from_offset() has been renamed
0dabf63... g_mime_parser_get_from() has been renamed
bef8e48... g_mime_object_set_header() has an extra argument
c3b8095... Oops--missed one case
9fdd77e... GMimeHeaderIter has been replaced
17aa178... GMimeRecipientType has been replaced
d52a6d7... Cleanup
5cd9b85... g_mime_references_decode() has been replaced
d4505b3... Oops--missed one case
fd2aef2... g_mime_utils_header_encode_text()
0efb71b... New API for g_mime_utils_header_encode_text()
58eced6... New API for g_mime_utils_header_decode_date()
e5a9395... g_mime_set_user_charsets() has been replaced
589410a... g_mime_object_new_type() has a new first argument
a330ee8... Oops--typo
1f6f313... g_mime_message_set_{reply_to,sender}
3d6e2ab... g_mime_message_set_subject() has a new argument
c2f5d7e... Cleanup
37fc547... g_mime_object_append_header() has a new argument
8a5a6bf... Drop redundant get_tz_offset()
580c296... Adapt to new g_mime_utils_header_decode_date() API
05139a6... Guard against passing NULL name
ac0e12d... Check for NULL return
5f4728e... Fix some porting to g_mime_filter_dos2unix_new()
985f96b... Fix some porting to g_mime_filter_dos2unix_new()
825f442... Do not unref GDateTime
875dcee... mailbox_mbox: Set the parser format to mbox
732e5ea... libbalsa-message: Save some dereferencing
ee607c5... GMimeParser changes
853bdaf... GMime3 (3.2, at least) supports Autocrypt headers
d808a26... autocrypt: Convert e-mail addresses to lowercase.
Commits added to the branch:
be940dc... balsa --checkmail is not --check-mail (*)
9b64653... Add --open-inbox and --get-stats to balsa.1 (*)
ba6a89b... drop --debug-imap and --debug-pop (*)
983b198... correct paths to balsa configuration (Closes: #28) (*)
2bc7240... update dates in manpage (*)
4f50f7e... COPYING: Minor cleanup to match https://www.gnu.org/license (*)
714d2d0... sendmsg-window: Remove useless, leaky, assignment (*)
9fd6c61... Man-page cleanup (*)
0c35a55... Man-page: revert the last commit (*)
6af72b5... Merge branch 'manpage' into 'master' (*)
089e510... Man page: cleanup (*)
cbabf29... Merge branch 'license-cleanup' into 'master' (*)
f0c1890... meson.build: Actually install man page (*)
e190d41... sync manpage with command-line options (*)
b1e8830... Merge branch 'checkmail-sync' into 'master' (*)
ddddee2... Update Brazilian Portuguese translation (*)
ba8a07f... main: Behave as documented (*)
930f8c8... Merge branch 'master' of gitlab.gnome.org:GNOME/balsa (*)
c52ae69... Bump GMime requirement to 3.2.4
4cf7912... Insert a NULL GMimeFormatOptions
b581143... internet_address_list_parse_string() replaced
db13622... More GMime 3 changes
bcca10d... g_mime_content_type_to_string() has been renamed
dffb375... g_mime_parser_construct_message()
835d800... g_mime_content_type_new_from_string()
d227d0c... More GMime3 changes
a7c24cd... g_mime_filter_crlf_new() is no more
3136a7c... g_mime_filter_crlf_new() is no more
a6e617f... Insert a NULL format-options argument
ba987ee... Add parser-options argument
b845089... g_mime_part_set_content_object() has been renamed
9d1b84a... Include libbalsa.h
92c2444... g_mime_init() has no arguments
1377ba7... Oops--use g_mime_filter_dos2unix_new()
58c2a68... g_mime_parser_set_scan_from() has been replaced
2a99b52... g_mime_parser_get_from_offset() has been renamed
4ab44ac... g_mime_parser_get_from() has been renamed
df1b423... g_mime_object_set_header() has an extra argument
e58085c... Oops--missed one case
2229a08... GMimeHeaderIter has been replaced
64d2210... GMimeRecipientType has been replaced
6007bd5... Cleanup
22ed425... g_mime_references_decode() has been replaced
16f5279... Oops--missed one case
fa4cdb6... g_mime_utils_header_encode_text()
f154034... New API for g_mime_utils_header_encode_text()
3a91cbd... New API for g_mime_utils_header_decode_date()
4c93c7b... g_mime_set_user_charsets() has been replaced
a053be4... g_mime_object_new_type() has a new first argument
f2b26af... Oops--typo
3de572f... g_mime_message_set_{reply_to,sender}
f9fd50d... g_mime_message_set_subject() has a new argument
c02e8fa... Cleanup
9d1f32a... g_mime_object_append_header() has a new argument
b9dea1e... Drop redundant get_tz_offset()
7295ea6... Adapt to new g_mime_utils_header_decode_date() API
9e57dc3... Guard against passing NULL name
30b0784... Check for NULL return
c5f65af... Fix some porting to g_mime_filter_dos2unix_new()
028895c... Fix some porting to g_mime_filter_dos2unix_new()
af0770a... Do not unref GDateTime
c6eba55... mailbox_mbox: Set the parser format to mbox
217597e... libbalsa-message: Save some dereferencing
38ae977... GMimeParser changes
3187caa... GMime3 (3.2, at least) supports Autocrypt headers
e83b874... 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]