diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-30 10:50:50 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-30 10:50:50 +0200 |
commit | 27e3d7a0a28f042aea329f7f77f30756019a0c0b (patch) | |
tree | fcd2c45350776f248bc13de1de1aa6386e2c8868 | |
parent | 780547fd6f2af8a98100c54bbf5e3d7a7ee5bd9c (diff) | |
download | aerogramme-27e3d7a0a28f042aea329f7f77f30756019a0c0b.tar.gz aerogramme-27e3d7a0a28f042aea329f7f77f30756019a0c0b.zip |
Rename to Aerogramme
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/mail/unique_ident.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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)] |