elementary / switchboard-plug-onlineaccounts

Switchboard Online Accounts Plug
GNU General Public License v3.0
23 stars 16 forks source link

ImapDialog: Store most initial setup keys #258

Closed leolost2605 closed 1 year ago

leolost2605 commented 1 year ago

The original motivation behind this was to store the use-real-trash-path and real-trash-path keys as well as the use-real-junk-path and real-junk-path keys in order to fix #232 as well as elementary/mail#749 and in preparation for elementary/mail#881

However I think it is better to not cherry pick keys to store as done previously but rather try to store all keys. So now all keys for all source types except Collection (we don't use Collection sources) will be stored. Inspiration for that was how evolution does it here.

Partly fixes #232 Closes elementary/mail#749