Commit Graph

18 Commits

Author SHA1 Message Date
e10af42b73
Bump the release version. 2023-10-13 11:14:38 +02:00
5f3e948bd8
Update from d179485 to 579acf6:
- notmuch: return all siblings in threads
  - doc: update aerc-binds
  - doc: rephrase aerc-search -d date selection
  - sort: new `flagged` sorting criteria
  - carddav-query: interpret percent escapes in source url
  - release.sh: fix email encoding
  - send: add option to overwrite copy-to folder
  - colorize: accept wildcards in styles
  - split: add an alias for horizontal split
  - switcher: add scrollbar
  - msgviewer: separate part switcher from viewer
  - binds: better processing of contextual binds
  - doc: document -p option for move/copy
  - chore: ignore all log files
2023-10-13 11:01:13 +02:00
68565058cc
Update from bc176bd to d179485:
- release.sh: update version in GNUMakefile
  - mk: remove trimpath flag from debug build
  - ui: export global functions
  - app: fix nil pointer dereference on startup
2023-10-11 10:56:44 +02:00
4e26f823ce
app: export global functions
widgets: rename package to app
2023-10-10 15:32:13 +02:00
91a0240102
Release 0.16.0 2023-09-28 10:56:37 +02:00
e37c2e8874
Update from 389d89a to 37d5fc6:
- xdg: fix unit tests on macos
  - changelog: reword before release
  - docs: add missing newline between :attach variants
  - docs: fix typo in stylesets regexp example
  - docs: add msglist_thread_folded style object
  - docs: add :fold and :unfold commands
  - docs: add :connect and :disconnect commands
  - docs: add :help and :new-account commands
  - docs: add :toggle-key-passthrough command
  - docs: add :recover command
  - docs: add [ui].client-threads-delay setting
  - contrib: add script to check man pages consistency
  - msgviewer: add styles for part selector
  - colorize: support trailing comments after values
  - config: add default values for empty stylesets
  - binds: improve display of key sequences
  - compose: respect header ordering from text editor
  - compose: avoid panic when deleting the last header
  - config: make all message list symbols/icons configurable
  - commands: strip leading colons from commands
  - commands: run a command by its first letters
  - hyperlinks: better parsing of emails without mailto prefixes
  - lib: return a new Header from LimitHeaders
  - binds: control and alt modifiers for delete
  - split: remove previous split from grid
  - doc: mention correct function in the example for compactDir
  - doc: MIME type consistency spelling
  - maildir: log mail checking errors, if any
  - compose: add option for LF-only editors
2023-09-20 11:50:03 +02:00
49f7c4df75
Switch Suggests to Recommends 2023-09-11 12:15:06 +02:00
07aca6c926
- Update from 5991eae to 389d89a:
- msgviewer: show attachment file names first if possible
  - compose: delete empty headers
2023-09-07 12:34:50 +02:00
932fb310fe
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
dc6c2e692e
Own %_libexecdir dir 2023-08-17 22:05:52 +01:00
2e3a3dac6c
Standard _libexecdir is weird. 2023-08-17 22:01:09 +01:00
7c77a52da8
Fix shebangs of included scripts 2023-08-17 19:58:15 +01:00
d14cc3523d
Updates 2023-07-29 22:57:09 +02:00
03d6a7ec59
Switch to GIT Resource 2023-07-26 11:34:31 +02:00
d1c68c7fb8
- Update to version 0.15.2+git.1690321065.8731eaa:
* compose: add option for LF-only editors
2023-07-25 23:42:10 +02:00
a3d314cdf0
- 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
2023-07-21 08:12:18 +02:00
607f16676f
- 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
- Switch to the devel branch of my fork https://git.sr.ht/~mcepl/aerc
2023-07-21 07:51:14 +02:00
a59881df3e
OBS last state 2023-07-19 21:17:42 +02:00