diff options
-rw-r--r-- | README.md (renamed from doc/intro.md) | 0 | ||||
-rw-r--r-- | USE.md (renamed from doc/use.md) | 24 | ||||
-rw-r--r-- | doc/setup.md | 31 |
3 files changed, 24 insertions, 31 deletions
@@ -39,3 +39,27 @@ would expect: You need to "subscribe" to additional email folders to see them. * It is not enough to "delete" emails. You need to also "purge" the deleted emails to have them completely removed from the system. + + +## Status + +Some imap email programs can be configured to show your current quota status. + +### Mozilla Thunderbird + + 1. Install the [Display Quota](https://addons.mozilla.org/thunderbird/881/) + plugin. + +Alternatively, you can enable/tune the builtin quota warnings in +[Advanced -> General -> Config Editor](http://goddess-gate.com/dc2/index.php/post/268) + +### Apple Mail + + 1. Select all mails in current folder with CMD+A + 2. Get info on quota with CMD+I + +### IMP webmail + + 1. Enter "Layout" in the top panel to the right + 2. Select "Account information" and choose "Add" + 3. Select "Save" diff --git a/doc/setup.md b/doc/setup.md deleted file mode 100644 index 44a550c..0000000 --- a/doc/setup.md +++ /dev/null @@ -1,31 +0,0 @@ -# Setting up disk quota - -Your account has limited disk space. You will automatically receive warnings if -you reach your "quota" limit. - -/!\ If you fail keep your account below your quota limit, then after some days -your account will be locked. This affects several services, e.g. all emails -sent to you will be rejected! - -## Disk quota status - -Some imap email programs can be configured to show your current quota status. - -### Mozilla Thunderbird - - 1. Install the [Display Quota](https://addons.mozilla.org/thunderbird/881/) - plugin. - -Alternatively, you can enable/tune the builtin quota warnings in -[Advanced -> General -> Config Editor](http://goddess-gate.com/dc2/index.php/post/268) - -### Apple Mail - - 1. Select all mails in current folder with CMD+A - 2. Get info on quota with CMD+I - -### IMP webmail - - 1. Enter "Layout" in the top panel to the right - 2. Select "Account information" and choose "Add" - 3. Select "Save" |