summaryrefslogtreecommitdiff
path: root/emails.lpr
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-05 14:16:12 +0200
committerErich Eckner <git@eckner.net>2019-04-05 14:16:12 +0200
commit97d06f3e79bbdf4941b4d7144d06c6051811a5bf (patch)
treea8c61bedcbbe960683e3a9e24aa46bffb9ef8eba /emails.lpr
parent3fe6a75b12da9df0b86843b058bb8e127c1520f1 (diff)
downloadEmails-97d06f3e79bbdf4941b4d7144d06c6051811a5bf.tar.xz
geht nun auch mit imap
Diffstat (limited to 'emails.lpr')
-rw-r--r--emails.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/emails.lpr b/emails.lpr
index b139b94..e4eb2b7 100644
--- a/emails.lpr
+++ b/emails.lpr
@@ -5,7 +5,7 @@ program emails;
uses
cthreads,
Interfaces, // this includes the LCL widgetset
- Forms, Unit1, popunit
+ Forms, Unit1, popimapunit, deencrypt
{ you can add units after this };
{$R *.res}