From 27e3d7a0a28f042aea329f7f77f30756019a0c0b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 30 Jun 2022 10:50:50 +0200 Subject: [PATCH] Rename to Aerogramme --- README.md | 2 +- src/mail/unique_ident.rs | 2 +- 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)]