% ssoma-rm(1) ssoma user manual # NAME ssoma-rm - remove messages from a ssoma repository # SYNOPSIS ssoma-rm /path/to/ssoma/repository.git < message # DESCRIPTION ssoma-rm removes messages from a ssoma repository. It only deletes messages which match the Message-ID, Subject, and body of the email. Thus the output of "ssoma cat" is ideal for ssoma-rm. ssoma-rm only works on the latest HEAD (refs/heads/master) of the ssoma repository. It does not remove the message from history, but prevents future users of "ssoma sync" from seeing the message in their mailbox. # CONTACT All feedback welcome via plain-text mail to \ The mail archives are hosted at git://public-inbox.org/meta See ssoma(1) for instructions on how to subscribe. # COPYRIGHT Copyright 2013, Eric Wong and all contributors.\ License: AGPLv3 or later # SEE ALSO git(1), ssoma(1), ssoma_repository(5)