aerc-master/aerc.changes

323 lines
14 KiB
Plaintext
Raw Normal View History

Update from 81f5237 to 5991eae: - doc: clarify notmuch+maildir behavior with respect to files - colorize: handle spaces in styleset - msgstore: ensure selection when calling sort - notmuch: internally sort threads newest first - notmuch: refactor SetFlag - notmuch: track database state - notmuch: fix modify labels dropping threading - notmuch: check context when opening directory - mbox: remove datacounter dependency for size info - postpone: remove datacounter passthrough writer - dirlist: fix capturing of dirlist vars when selecting directory - notmuch: remove unused code - notmuch: replace notmuch library with internal bindings - notmuch: add notmuch bindings - mk: evaluate variables with $(shell) - postpone: change recall/postpone logic for custom folders - compose: use email domain name in Message-Id - xdg: get rid of deprecated dependencies - xdg: add functions to deal with user home paths - wizard: improve welcome screen - wizard: add sendmail support - wizard: add notmuch support - wizard: add support for maildir - wizard: add jmap support - wizard: add oauth & xoauth options - wizard: add imap cache-headers default setting - wizard: do not require full name - wizard: factorize ui layout - wizard: better url generation - wizard: add protocol & transport fields - wizard: autofill improvements - wizard: rename incoming to source - wizard: allow setting special copy-to folder - wizard: fix typo in validation - wizard: close open file - export-mbox: better path suggestion and name completion - dirlist: apply unread style on top of recent style - review: don't replace space escapes - review: sort unknown review commands - config: add missing configuration file annotation - mk: fix typos - ci: use make -C instead of changing directories - ci: run all tests - commands: allow reading attachments from a file - doc: add MessageId to aerc-templates.7 - jmap: cache session as json - doc: add <esc> to aerc-binds.5 - contributing: add guidelines for including changelogs - colorize: only emit osc8 if [general].enable-osc8=true - terminal: avoid races between close and draw - style: add msglist_gutter and msglist_pill to config - doc: strip email addresses in authors section - mk: deprecate BSD make in favor of GNU make - notmuch: add option to provide path for account - export-mbox: only export marked messages, if any - attach: add an option to pipe the attachments in - go.mod: drop mergo package - config: fix contextual ui config - account: fix contextual sort - contrib: update sendemail-validate hook - filters: put libexec/filters dirs before default PATH - hooks: add account and folder to mail-received env - msglist: fetch headers even when not focused - wizard: allow ? in passwords - watchers: move filesystem monitoring stuff in lib - templates: attach directly from templates - imap: support the Gmail extension (X-GM-EXT-1) - mouse: fix offset in tab title clickable area - wizard: display warning when focus is lost - composer: reopen the email file when editor is closed - compose: fix panic when adding empty header with uppercase letters - compose: allow removing headers - split: ensure messagestore is available - binds: replace redundant default bind - textinput: fix deleteWord with an only whitespace - contrib: actually fix irc patchset hook when author is not registered
2023-09-04 19:35:50 +02:00
-------------------------------------------------------------------
Mon Sep 4 17:34:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update from 81f5237 to 5991eae:
- doc: clarify notmuch+maildir behavior with respect to files
- colorize: handle spaces in styleset
- msgstore: ensure selection when calling sort
- notmuch: internally sort threads newest first
- notmuch: refactor SetFlag
- notmuch: track database state
- notmuch: fix modify labels dropping threading
- notmuch: check context when opening directory
- mbox: remove datacounter dependency for size info
- postpone: remove datacounter passthrough writer
- dirlist: fix capturing of dirlist vars when selecting
directory
- notmuch: remove unused code
- notmuch: replace notmuch library with internal bindings
- notmuch: add notmuch bindings
- mk: evaluate variables with $(shell)
- postpone: change recall/postpone logic for custom folders
- compose: use email domain name in Message-Id
- xdg: get rid of deprecated dependencies
- xdg: add functions to deal with user home paths
- wizard: improve welcome screen
- wizard: add sendmail support
- wizard: add notmuch support
- wizard: add support for maildir
- wizard: add jmap support
- wizard: add oauth & xoauth options
- wizard: add imap cache-headers default setting
- wizard: do not require full name
- wizard: factorize ui layout
- wizard: better url generation
- wizard: add protocol & transport fields
- wizard: autofill improvements
- wizard: rename incoming to source
- wizard: allow setting special copy-to folder
- wizard: fix typo in validation
- wizard: close open file
- export-mbox: better path suggestion and name completion
- dirlist: apply unread style on top of recent style
- review: don't replace space escapes
- review: sort unknown review commands
- config: add missing configuration file annotation
- mk: fix typos
- ci: use make -C instead of changing directories
- ci: run all tests
- commands: allow reading attachments from a file
- doc: add MessageId to aerc-templates.7
- jmap: cache session as json
- doc: add <esc> to aerc-binds.5
- contributing: add guidelines for including changelogs
- colorize: only emit osc8 if [general].enable-osc8=true
- terminal: avoid races between close and draw
- style: add msglist_gutter and msglist_pill to config
- doc: strip email addresses in authors section
- mk: deprecate BSD make in favor of GNU make
- notmuch: add option to provide path for account
- export-mbox: only export marked messages, if any
- attach: add an option to pipe the attachments in
- go.mod: drop mergo package
- config: fix contextual ui config
- account: fix contextual sort
- contrib: update sendemail-validate hook
- filters: put libexec/filters dirs before default PATH
- hooks: add account and folder to mail-received env
- msglist: fetch headers even when not focused
- wizard: allow ? in passwords
- watchers: move filesystem monitoring stuff in lib
- templates: attach directly from templates
- imap: support the Gmail extension (X-GM-EXT-1)
- mouse: fix offset in tab title clickable area
- wizard: display warning when focus is lost
- composer: reopen the email file when editor is closed
- compose: fix panic when adding empty header with uppercase
letters
- compose: allow removing headers
- split: ensure messagestore is available
- binds: replace redundant default bind
- textinput: fix deleteWord with an only whitespace
- contrib: actually fix irc patchset hook when author is not
registered
-------------------------------------------------------------------
Fri Sep 1 13:31:02 UTC 2023 - Matej Cepl <mcepl@suse.com>
- New version of lf-only patch (from
https://lists.sr.ht/~rjarry/aerc-devel/%3C20230901114140.93772-1-moritz%40poldrack.dev%3E)
2023-08-17 23:01:09 +02:00
-------------------------------------------------------------------
Thu Aug 17 21:01:03 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Standard _libexecdir is weird.
2023-08-17 20:58:15 +02:00
-------------------------------------------------------------------
Thu Aug 17 18:58:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Fix shebangs of included scripts
-------------------------------------------------------------------
Tue Jul 25 21:41:08 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1690321065.8731eaa:
* compose: add option for LF-only editors
-------------------------------------------------------------------
Fri Jul 21 06:09:42 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1689919736.c03c157:
* hooks: add account and folder to mail-received env
* msglist: fetch headers even when not focused
-------------------------------------------------------------------
Fri Jul 21 05:49:30 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1689918241.ae2cacc:
* split: ensure messagestore is available
* compose: only add signature if missing
* compose: allow changing edit-headers on the fly
* compose: implement embedded headers in editor
* compose: always use cr-lf line endings
* compose: improve error handling
* compose: factorize body read in a method
* compose: only allow setting content at creation
* send: return error when recipients list is empty
* imap: fix header cache key collisions
2023-07-19 21:12:18 +02:00
-------------------------------------------------------------------
Tue Jul 11 14:03:41 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1688995014.ab3debc:
* viewer: avoid high cpu usage when selecting part with no filter
* doc: fix hooks title level in aerc-config(5)
* binds: add more default binds
* open: add option -d to automatically delete temporary files
* lib: invert logic of mimeDB lookup
* aerc.conf: update filters help to match aerc-config(5)
* contrib: add irc bot stuff
-------------------------------------------------------------------
Sat Jul 01 09:16:02 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1688048700.69094e3:
* templates: process reversed names better
* doc: mention :search in aerc(1)
-------------------------------------------------------------------
Wed Jun 28 10:12:59 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1687769637.dfabb52:
* account: remember folder/message when reconnecting
* parse-links: be more strict with url parsing
* imap: only call UidSort with sort criteria
* open: use the original attachment extension if possible
* jmap: avoid displaying archive folder when use-labels=true
-------------------------------------------------------------------
Thu Jun 22 15:42:32 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1687424285.f7837ed:
* doc: folder-map in aerc-accounts
* maildir: add folder-map
* imap: add folder-map
* lib: parse query-map and folder-map files
* worker: implement folder-map middleware
* worker: add WorkerInteractor interface
* textinput: fix stemming with multi-byte chars
* worker: add jmap support
-------------------------------------------------------------------
Wed Jun 21 15:01:15 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1687295785.b4ae11b:
* imap: implement cancellation of searching and fetching
* imap: implement cancellation of opening dir and listing contents
* notmuch: implement cancellation of requests
* maildir: implement cancellation of requests
* msgstore: delete pending headers when done or cancelled
* worker: add context to cancellable requests
* msgstore: pass context from dirlist to msgstore
* msgstore: allocate properly sized maps
* commands: fix panic in template execution
* mk: do not create $(DESTDIR)$(SHAREDIR)/filters
* doc: fix typos
* save: fix saving of multiple files with the same name
* account: create new store when creating folders
* doc: move toggle-headers to view category
* notmuch: translate filter/search options to query
* logging: remove ultra verbose trace logs
* mbox: use named logger
* notmuch: use named logger
* maildir: use named logger
* imap: use named logger
* worker: use named logger
* logger: add support for named loggers
* templates: add map functions
- Remove fix-script-interpreter.patch, it will never be accepted
upstream and we can better do it with sed in %%prep section.
-------------------------------------------------------------------
Sat Jun 10 21:31:05 UTC 2023 - mcepl@cepl.eu
- Update to version 0.15.2+git.1686420894.8162c5b:
* bindings: add backspace key
* help: do not run a command when displaying keys
* mk: trim \r from the base64 output
* readme: mention openSUSE aerc package
* save: new option for saving attachments
* config: fix multiple dynamic styles
* compose: quit composing when editor returns error
* contrib: add carddav-query script
* contributing: cleanup
* doc: fix invalid markup
-------------------------------------------------------------------
Thu May 11 15:14:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Trim rhetorics from descriptions.
-------------------------------------------------------------------
Thu May 11 09:19:32 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.15.2
- Update to upstream version 0.15.2
* Extra messages disappearing when deleting on maildir.
* "colorize" and "wrap" filters option parsing on ARM.
-------------------------------------------------------------------
Fri Apr 28 22:38:53 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.15.1
- Update to upstream version 0.15.1
* Fix embedded terminal partial refreshes.
* Fix maildir message updates after "mbsync".
-------------------------------------------------------------------
Thu Apr 27 13:32:12 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.15.0
- Update to upstream version 0.15.0
* New column-based message list format with "index-columns".
* Add a "msglist_answered" style for answered messages.
* Compose "Format=Flowed" messages with "format-flowed=true" in aerc.conf.
* Add a trimSignature function to the templating engine.
* Change local domain name for SMTP with "smtp-domain=example.com" in
aerc.conf
* New column-based status line format with "status-columns".
* Inline user-defined styles can be inserted in UI templates via the
{{.Style "name" string}} function.
* Add the ability to run arbitrary commands over the socket. This can be
disabled using the disable-ipc setting.
* Allow configuring URL handlers via "x-scheme-handler/<scheme> [openers]" in
aerc.conf.
* Allow basic shell globbing in [openers] MIME types.
* Dynamic "msglist_*" styling based on email header values in stylesets.
* Add "mail-received", "aerc-startup", and "aerc-shutdown" hooks.
* Search/filter by flags with the "-H" flag.
* The built-in colorize filter theme is now configured in styleset files into
the [viewer] section.
* The standard Usenet signature delimiter "-- " is now prepended to
"signature-file" and "signature-cmd" if not already present.
* All aerc(1) commands now interpret aerc-templates(7) markup.
* running commands (like mailto: or mbox:) no longer prints a success message
* The built-in colorize filter now emits OSC 8 to mark URLs and emails. Set
"[general].enable-osc8 = true" in aerc.conf to enable it.
* [ui].index-format setting has been replaced by index-columns.
* [statusline].render-format has been replaced by status-columns.
* Removed support for [ui:subject...] contextual sections in aerc.conf.
* [triggers] setting has been replaced by [hooks].
* smtp-starttls setting in accounts.conf has been removed. All smtp://
transports now assume STARTTLS and will fail if the server does not support
it. To disable STARTTLS, use smtp+insecure://.
- Remove "filters-install-location.patch: merged into upstream
- Remove "fix-english-typos.patch": merged into upstream
-------------------------------------------------------------------
Sun Mar 26 22:33:13 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.14.0
- Fix ppc64 build
-------------------------------------------------------------------
Wed Mar 8 21:16:58 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.14.0
- Add group tag
- Add support for systems without a libexec directory
-------------------------------------------------------------------
Tue Jan 31 23:04:57 UTC 2023 - Hannes Braun <apple.hannes@gmail.com> - 0.14.0
- Initial package creation with version 0.14.0
* View common email envelope headers with ":envelope".
* Notmuch accounts now support maildir operations: ":copy", ":move", ":mkdir",
":rmdir", ":archive" and the "copy-to" option.
* Display messages from bottom to top with [ui].reverse-msglist-order=true in
aerc.conf.
* Display threads from bottom to top with [ui].reverse-thread-order=true in
aerc.conf.
* Style search results in the message list with msglist_result.*.
* Preview messages with their attachments before sending with ":preview".
* Filter commands now have AERC_FORMAT, AERC_SUBJECT and AERC_FROM
defined in their environment.
* Override the subject prefix for replies pattern with subject-re-pattern in
accounts.conf.
* Search/filter by absolute and relative date ranges with the "-d" flag.
* LIST-STATUS and ORDEREDSUBJECT threading extensions support for imap.
* Built-in wrap filter that does not mess up nested quotes and lists.
* Write multipart/alternative messages with ":multipart" and commands defined
in the new [multipart-converters] section of aerc.conf.
* Close the message viewer before opening the composer with ":reply -c".
* Attachment indicator in message list flags (by default a, but can be
changed via [ui].icon-attachment in aerc.conf).
* Open file picker menu with ":attach -m". The menu must be generated by an
external command configured via [compose].file-picker-cmd in aerc.conf.
* Sample stylesets are now installed in $PREFIX/share/aerc/stylesets.
* The built-in colorize filter now has different themes.
* pgp-provider now defaults to auto. It will use the system gpg unless
the internal keyring exists and contains at least one key.
* Calling ":split" or ":vsplit" without specifying a size, now attempts to use
the terminal size to determine a useful split-size.
* ":pipe -m git am -3" on patch series when Message-Id headers have not been
generated by "git send-email".
* Overflowing text in header editors while composing can now be scrolled
horizontally.
* Removed broken ":set" command.