[balsa] (59 commits) Non-fast-forward update to branch gmime3



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:

  88b5c0f... Bump GMime requirement to 3.2.4
  e569f01... Insert a NULL GMimeFormatOptions
  94c950d... internet_address_list_parse_string() replaced
  674a4a2... More GMime 3 changes
  04ce44c... g_mime_content_type_to_string() has been renamed
  c6f3465... g_mime_parser_construct_message()
  b91e7d6... g_mime_content_type_new_from_string()
  77aa0c1... More GMime3 changes
  2e68eb5... g_mime_filter_crlf_new() is no more
  70f0875... g_mime_filter_crlf_new() is no more
  2af3d4a... Insert a NULL format-options argument
  f15f4d3... Add parser-options argument
  e1c2325... g_mime_part_set_content_object() has been renamed
  c2ee95c... Include libbalsa.h
  35625b0... g_mime_init() has no arguments
  d65d412... Oops--use g_mime_filter_dos2unix_new()
  5ec5f8c... g_mime_parser_set_scan_from() has been replaced
  995b2b3... g_mime_parser_get_from_offset() has been renamed
  8cd8b3e... g_mime_parser_get_from() has been renamed
  2270426... g_mime_object_set_header() has an extra argument
  24b4c23... Oops--missed one case
  6035857... GMimeHeaderIter has been replaced
  37eb67f... GMimeRecipientType has been replaced
  8bac619... Cleanup
  06b2a07... g_mime_references_decode() has been replaced
  34451ec... Oops--missed one case
  7eeb037... g_mime_utils_header_encode_text()
  34f6dec... New API for g_mime_utils_header_encode_text()
  1148228... New API for g_mime_utils_header_decode_date()
  47c68cb... g_mime_set_user_charsets() has been replaced
  7515acc... g_mime_object_new_type() has a new first argument
  3fcc3ea... Oops--typo
  0da618f... g_mime_message_set_{reply_to,sender}
  bbd6485... g_mime_message_set_subject() has a new argument
  8de463c... Cleanup
  31388e0... g_mime_object_append_header() has a new argument
  17c3423... Drop redundant get_tz_offset()
  651da8f... Adapt to new g_mime_utils_header_decode_date() API
  83cd7ee... Guard against passing NULL name
  3706c1b... Check for NULL return
  d198b2a... Fix some porting to g_mime_filter_dos2unix_new()
  9327132... Fix some porting to g_mime_filter_dos2unix_new()
  f80535f... Do not unref GDateTime
  26f2397... mailbox_mbox: Set the parser format to mbox
  bcf4adf... libbalsa-message: Save some dereferencing
  a2b4a25... GMimeParser changes
  e217aa8... GMime3 (3.2, at least) supports Autocrypt headers
  a76baf1... autocrypt: Convert e-mail addresses to lowercase.

Commits added to the branch:

  ad6c70b... Correct metadata_license tag name in AppStream data. (*)
  d75e05b... Merge branch 'appinfo' into 'master' (*)
  4db63c1... README: Use American English spelling of "license" (*)
  5084375... Updated Spanish translation (*)
  ea1e79b... mailbox: Do not always cache message info (*)
  77a1f2e... Update Brazilian Portuguese translation (*)
  1dfeaff... Update Polish translation (*)
  7bbfc01... mailbox: Guard against out-of-bounds access (*)
  6b8d818... mailbox: Make cache-message a class method (*)
  af7be21... Drop LibBalsaMailbox:is_directory (*)
  aab43d0... Merge branch 'drop-is-directory' into 'master' (*)
  9d8e6d1... Bump GMime requirement to 3.2.4
  193e71d... Insert a NULL GMimeFormatOptions
  1a5371b... internet_address_list_parse_string() replaced
  9724f02... More GMime 3 changes
  16733c3... g_mime_content_type_to_string() has been renamed
  1942f94... g_mime_parser_construct_message()
  c7ba9f8... g_mime_content_type_new_from_string()
  30e073e... More GMime3 changes
  caefaba... g_mime_filter_crlf_new() is no more
  58693a4... g_mime_filter_crlf_new() is no more
  e24a43c... Insert a NULL format-options argument
  bd6a3e5... Add parser-options argument
  4296b2e... g_mime_part_set_content_object() has been renamed
  a099a1a... Include libbalsa.h
  2c9ee76... g_mime_init() has no arguments
  af41030... Oops--use g_mime_filter_dos2unix_new()
  d84448e... g_mime_parser_set_scan_from() has been replaced
  64623a9... g_mime_parser_get_from_offset() has been renamed
  7ac18a9... g_mime_parser_get_from() has been renamed
  8caa799... g_mime_object_set_header() has an extra argument
  8bc7e85... Oops--missed one case
  8d1450c... GMimeHeaderIter has been replaced
  879b802... GMimeRecipientType has been replaced
  94d9b56... Cleanup
  c72df4b... g_mime_references_decode() has been replaced
  35e80ba... Oops--missed one case
  84bdf6d... g_mime_utils_header_encode_text()
  e6c2548... New API for g_mime_utils_header_encode_text()
  017e2e3... New API for g_mime_utils_header_decode_date()
  e43e378... g_mime_set_user_charsets() has been replaced
  0fed538... g_mime_object_new_type() has a new first argument
  a079e56... Oops--typo
  d41ea7b... g_mime_message_set_{reply_to,sender}
  597e215... g_mime_message_set_subject() has a new argument
  e7fa374... Cleanup
  8aad553... g_mime_object_append_header() has a new argument
  69e8955... Drop redundant get_tz_offset()
  50860f0... Adapt to new g_mime_utils_header_decode_date() API
  7af4d8c... Guard against passing NULL name
  cc08483... Check for NULL return
  3234027... Fix some porting to g_mime_filter_dos2unix_new()
  89c9448... Fix some porting to g_mime_filter_dos2unix_new()
  742d7c8... Do not unref GDateTime
  6047e25... mailbox_mbox: Set the parser format to mbox
  28f8187... libbalsa-message: Save some dereferencing
  83e369e... GMimeParser changes
  464a8d8... GMime3 (3.2, at least) supports Autocrypt headers
  0a58f70... 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]