pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aerc: cleaned up COMMIT_MSG a bit



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Thu Feb 29 12:45:54 2024 -0500
Changeset:	9c2a183a2af42bf67f8884218e4c25912d7c8e71

Modified Files:
	aerc/COMMIT_MSG

Log Message:
aerc: cleaned up COMMIT_MSG a bit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c2a183a2af42bf67f8884218e4c25912d7c8e71

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aerc/COMMIT_MSG | 64 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

diffs:
diff --git a/aerc/COMMIT_MSG b/aerc/COMMIT_MSG
index 73606f53f9..88408a99a9 100644
--- a/aerc/COMMIT_MSG
+++ b/aerc/COMMIT_MSG
@@ -4,38 +4,38 @@ Prepared in wip by Kevin Bloom.
 
 Added:
 - New flagged criteria for :sort
-- New :send-keys command to control embedded terminals.
-- Account aliases now support fnmatch-style wild cards.
-- New :suspend command bound to C-z by default.
-- Disable parent context bindings by declaring them empty.
-- Toggle folding with :fold -t.
+- New :send-keys command to control embedded terminals
+- Account aliases now support fnmatch-style wild cards
+- New :suspend command bound to C-z by default
+- Disable parent context bindings by declaring them empty
+- Toggle folding with :fold -t
 - mail-deleted hook that triggers when a message is removed/moved from a
-  folder.
-- mail-added hook that triggers when a message is added to a folder.
-- Improved command completion.
-- Customize key to trigger completion with `$complete` in `binds.conf`.
-- Setting `complete-min-chars=manual` in `aerc.conf` now disables automatic
-  completion, leaving only manually triggered completion.
-- `.ThreadUnread` is now available in templates.
-- Allow binding commands to `Alt+<number>` keys.
-- `AERC_ACCOUNT` and `AERC_ADDRESS_BOOK_CMD` are now defined in the editor's
-  environment when composing a message.
+  folder
+- mail-added hook that triggers when a message is added to a folder
+- Customize key to trigger completion with $complete in binds.conf
+- Setting `complete-min-chars=manual` in aerc.conf now disables automatic
+  completion, leaving only manually triggered completion
+- .ThreadUnread is now available in templates
+- Allow binding commands to Alt+<number> keys
+- AERC_ACCOUNT and AERC_ADDRESS_BOOK_CMD are now defined in the editor's
+  environment when composing a message
 - Reply with a different account than the current one with `:reply -A
-  <account>`.
-- New `[ui].tab-title-viewer` setting to configure the message viewer tab title.
-- The `{{.Subject}}` template is evaluated to the new option
-  `[ui].empty-subject` if the subject is empty.
-- Change to a folder of another account with `:cf -a <account> <folder>`.
-- Patch management with `:patch`.
-- Add file path to messages in templates as `{{.Filename}}`.
-- New `:menu` command to invoke other ex-commands based on a shell command
-  output.
+  <account>`
+- New [ui].tab-title-viewer setting to configure the message viewer
+  tab title
+- The {{.Subject}} template is evaluated to the new option
+  [ui].empty-subject if the subject is empty
+- Change to a folder of another account with `:cf -a <account> <folder>`
+- Patch management with :patch
+- Add file path to messages using {{.Filename}}
+- :menu command to invoke other ex-commands based on a shell command
+  output
 - CLI flags to override paths to config files.
-- Automatically attach signing key with `pgp-attach-key` in `accounts.conf`.
-- Copy messages across accounts with `:cp -a <account> <folder>`.
-- Move messages across accounts with `:mv -a <account> <folder>`.
-- Support the "draft" flag.
-- Thread arrow prefixes are now fully configurable.
+- Automatically attach signing key with pgp-attach-key in accounts.conf
+- Copy messages across accounts with `:cp -a <account> <folder>`
+- Move messages across accounts with `:mv -a <account> <folder>`
+- Support the "draft" flag
+- Thread arrow prefixes are now fully configurable
 
 Fixed:
 - Selection of headers in composer after :compose -e followed by :edit -E.
@@ -44,7 +44,5 @@ Fixed:
 
 Changed:
 - :open and :pipe commands are now executed with `sh -c`.
-- Message viewer tab titles will now show (no subject) if there is no subject
-  in the viewed email.
-- Signature placement is now controlled via the {{.Signature}} template
-  variable and not hard coded.
+- Viewer tab title shows (no subject) if there is no subject
+- Signature placement is now controlled via {{.Signature}}


Home | Main Index | Thread Index | Old Index