aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-06-30 10:50:50 +0200
committerAlex Auvolat <alex@adnab.me>2022-06-30 10:50:50 +0200
commit27e3d7a0a28f042aea329f7f77f30756019a0c0b (patch)
treefcd2c45350776f248bc13de1de1aa6386e2c8868
parent780547fd6f2af8a98100c54bbf5e3d7a7ee5bd9c (diff)
downloadaerogramme-27e3d7a0a28f042aea329f7f77f30756019a0c0b.tar.gz
aerogramme-27e3d7a0a28f042aea329f7f77f30756019a0c0b.zip
Rename to Aerogramme
-rw-r--r--README.md2
-rw-r--r--src/mail/unique_ident.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b635042..29b5c75 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Mailrage - Encrypted e-mail storage over Garage
+# Aerogramme - Encrypted e-mail storage over Garage
## Usage
diff --git a/src/mail/unique_ident.rs b/src/mail/unique_ident.rs
index 6046281..19de6fc 100644
--- a/src/mail/unique_ident.rs
+++ b/src/mail/unique_ident.rs
@@ -13,7 +13,7 @@ use crate::time::now_msec;
/// - a 64-bit random number
/// - a sequence number, 64 bits
/// They are not part of the protocol but an internal representation
-/// required by Mailrage/Aerogramme.
+/// required by Aerogramme.
/// Their main property is to be unique without having to rely
/// on synchronization between IMAP processes.
#[derive(Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash, Debug)]