[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/autocrypt 70f36f6e47 84/94: Run M-x repunctuate-sentenc
From: |
ELPA Syncer |
Subject: |
[elpa] externals/autocrypt 70f36f6e47 84/94: Run M-x repunctuate-sentences on README |
Date: |
Sun, 26 Mar 2023 07:58:03 -0400 (EDT) |
branch: externals/autocrypt
commit 70f36f6e4729f68a71cb3e525ca7db75a1cd2d6b
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Run M-x repunctuate-sentences on README
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 60bbf21668..072b9d05db 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Autocrypt for Emacs
===================
[Autocrypt][autocrypt] is cryptography protocol, for distributing and
-automatically encrypting emails. This package generically implements
+automatically encrypting emails. This package generically implements
the protocol, for various Emacs MUAs (Mail User Agent).
Currently, it supports:
@@ -13,7 +13,7 @@ Currently, it supports:
- message, as a composer
As of writing, this package doesn't fully implement the autocrypt
-protocol. It is currently still missing:
+protocol. It is currently still missing:
- Composing the setup message
- Parsing the setup message
@@ -45,9 +45,9 @@ alternatively, using [`setup`][setup]:
~~~
Autocrypt recommends using a new or separate key pair for signing and
-encrypting. If you wish to do so, call the `autocrypt-create-account`
-command. In case you want to manually configure your setup, customise
-the `autocrypt-accounts` option. Note that configuring a key is
+encrypting. If you wish to do so, call the `autocrypt-create-account`
+command. In case you want to manually configure your setup, customise
+the `autocrypt-accounts` option. Note that configuring a key is
necessary for `autocrypt.el` to function properly.
Bug reports and patches should be sent to my [public inbox].
@@ -56,17 +56,17 @@ Extending `autocrypt.el`
------------------------
Autocrypt.el uses a custom extension mechanism, comparable to
-vc-mode. Each time a "generic" function is invoked, either
+vc-mode. Each time a "generic" function is invoked, either
`autocrypt-backend-function` is used to return the right function or
`autocrypt-backends` is used to find a function.
Support for additional MUAs can be added to this package, but should
-preferably be part of the MUAs. An external MUA should either set
+preferably be part of the MUAs. An external MUA should either set
autocrypt-backend-function in every buffer it handles, or modify
`autocrypt-backends` to define a backend.
A backend is designated by a symbol. This is used together with a
-generic command to check for a function. For example, given the
+generic command to check for a function. For example, given the
backend `gnus` and the command `get-header`, autocrypt would check if
any of the following functions are defined:
- [elpa] externals/autocrypt 2f9f3ee4c6 31/94: Add major-mode indicator to autocrypt file, (continued)
- [elpa] externals/autocrypt 2f9f3ee4c6 31/94: Add major-mode indicator to autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 050d496716 32/94: Fix mu4e setup when composing new messages, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1dc4e59833 56/94: Update public-inbox URL, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 32786dc552 68/94: Prevent signalling error when get-part is not defined, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8fcf874d04 63/94: Add autocrypt-message--remove-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b2c8d431f8 69/94: Fix assoc usage, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 00b87a82c4 75/94: Change maintainer address to public inbox, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 599d5f3f5d 78/94: Further improve robustness of autocrypt-process-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-function, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt dd400cbbdf 82/94: Prefer mu4e-view-rendered-hook if bound, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 70f36f6e47 84/94: Run M-x repunctuate-sentences on README,
ELPA Syncer <=
- [elpa] externals/autocrypt d8e34fc3eb 88/94: Fold 'defalias' definitions for the MUA generic functions, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 0e237a29c4 30/94: Save autocrypt accounts in autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cc694e541b 35/94: Let autocrypt-mode-hooks return nil by default, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 7cd50d277d 39/94: Remove default implementation for autocrypt-mode-hooks, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 73764377c5 43/94: Fix autocrypt-message, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82b9a9eaa2 44/94: Fix autocrypt-mu4e, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt c1ce4d7446 53/94: Use eql specializers instead of derived-mode specializers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5c7f4cfabf 58/94: Update headers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 75a0b62adb 64/94: Rename autocrypt-message--encrypted-p, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1444f1861f 83/94: Remember to remove hook as modified in dd400cb, ELPA Syncer, 2023/03/26