From 6de83f189be0e9db8d724a71070d6f9a79c62749 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 27 Mar 2015 22:20:09 +0100
Subject: [PATCH] Revised documentation for the editheader Sieve extension.

---
 doc/extensions/editheader.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/extensions/editheader.txt b/doc/extensions/editheader.txt
index 1ac00d1e9..4c758314f 100644
--- a/doc/extensions/editheader.txt
+++ b/doc/extensions/editheader.txt
@@ -8,15 +8,15 @@ Relevant specifications
 Description
 ===========
 
-The editheader extension [RFC5293] enables sieve scripts to interact with other
-components that consume or produce header fields by allowing the script to
-delete and add header fields.
+The editheader extension [RFC5293] enables Sieve scripts to delete and add
+message header fields, thereby allowing interaction with other components that
+consume or produce header fields.
 
 Configuration
 =============
 
-The editheader is not available by default and needs to be enabled explicitly by
-adding it to the sieve_extensions setting.
+The editheader extension is not available by default and needs to be enabled
+explicitly by adding it to the sieve_extensions setting.
 
 The following settings can be configured for the editheader extension (default
 values are indicated):
-- 
GitLab