Toke Høiland-Jørgensen <[email protected]> writes: > Commit 16b2db0986ce ("emacs: various cosmetic improvements") switched > over notmuch-fcc-header-setup to use 'seq-some' to parse the > notmuch-fcc-dirs variables. However, this seems to have broken the use > of 'nil' values in the list. Specifically, I have notmuch-fcc-dirs set > to something like: > > '(("[email protected]" . "alias1/Sent +sent -unread") > ("[email protected]" . nil) > (".*" . "Sent +sent -unread")) > > and since that update, I end up with "Sent +sent -unread" as the FCC > value for emails I initiate from [email protected].
On the one hand that behaviour was undocumented. On the other hand, it does seem like a useful thing to want to do. Hopefully Jonas can more quickly untangle what happened there than I can. d _______________________________________________ notmuch mailing list -- [email protected] To unsubscribe send an email to [email protected]
