Rename to Aerogramme

This commit is contained in:
Alex 2022-06-30 10:50:50 +02:00
parent 780547fd6f
commit 27e3d7a0a2
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Mailrage - Encrypted e-mail storage over Garage
# Aerogramme - Encrypted e-mail storage over Garage
## Usage

View File

@ -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)]