mu: rename --my-address into --personal-address

This makes things a bit more uniform with all the places where we use
"personal".

--my-address remains as an alias for the command-line option.

Add unit test.

Resolves #2806.
This commit is contained in:
Dirk-Jan C. Binnema
2025-05-21 20:18:43 +03:00
parent ef71b5372f
commit f75e1203d4
9 changed files with 85 additions and 39 deletions

View File

@ -27,9 +27,6 @@ future.
the newest though) https://github.com/djcb/mu/issues/2759. Or, from
new-to-old, reversed in thread: https://github.com/djcb/mu/issues/2807
- perhaps use =--personal-addres= instead of =--my-address= for consistency
https://github.com/djcb/mu/issues/2806
** mu4e
- Allow for *muting* messages https://github.com/djcb/mu/issues/636 Useful;
@ -93,3 +90,6 @@ future.
Yes: this is implemented now, in 1.12.9. Various Gnus' mailing list commands
are now available in the mu4e message view as well, such as
~gnus-mailing-list-subscribe~, ~gnus-mailing-list-unsubscribe~.
- perhaps use =--personal-addres= instead of =--my-address= for consistency
https://github.com/djcb/mu/issues/2806 (done as per 1.12.12)