meli/src/conf
Manos Pitsidianakis a34f0aac5b
melib: fix bincode serialization
Previous commit changed bincode deserializes in maildir and sqlite3.rs
from bincode::deserialize_from to using bincode::config::DefaultOptions
and bincode::Options trait's method deserialize_from.

However, these two different deserializes use a different default
settings: https://github.com/servo/bincode/issues/348

Specifically, varint encoding for integers is the default for
DefaultOptions but not when using bincode::{de,}serialize_* functions.
That means that serialized structs were not able to be deserialized.
This commit makes all {de,}serializations use the DefaultOptions
interface rather than the top level functions.
2020-11-09 00:40:32 +02:00
..
accounts.rs melib: fix bincode serialization 2020-11-09 00:40:32 +02:00
composing.rs Add insert_user_agent option in composing 2020-08-26 00:54:05 +03:00
listing.rs sidebar: add customizable mailbox tree 2020-09-17 16:49:19 +03:00
notifications.rs conf: impl DotAddressable for NotificationsSettings 2020-09-10 21:19:38 +03:00
overrides.rs conf/pager: remove unused max_width option 2020-10-16 12:37:46 +03:00
pager.rs conf/pager: remove unused max_width option 2020-10-16 12:37:46 +03:00
pgp.rs compose: add key selection state for gpg operations 2020-10-11 18:11:04 +03:00
shortcuts.rs listing: add set operations to range select actions 2020-10-21 14:36:51 +03:00
tags.rs conf.rs: reject unknown configuration options 2020-08-03 22:53:06 +03:00
terminal.rs docs/meli.conf.5: small fixes & additions 2020-10-16 22:28:00 +03:00
themes.rs themes/regexp: fix unwrap check on regexp match byte offsets 2020-08-27 17:27:45 +03:00