summaryrefslogtreecommitdiff
path: root/Userland/Applications/MailSettings/MailSettingsWindow.cpp
AgeCommit message (Expand)Author
2021-11-20MailSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-08-28MailSettings: Use LibConfig instead of Core::ConfigFileLuke Wilde
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-30MailSettings: Add basic mail settings dialogFaeliore