Re: In sending mail, i wish to choose one address(From:) in multiple accounts

2019-11-21 Thread 황병희
> [...] If all you want is pick an address manually when > composing a new message, you can do something like the following: > > (defun my-compose-mail-advice (orig &rest args) > "Read `user-mail-address' from minibuffer." > (interactive (lambda (spec) > (let* ((user-mail-addre

Re: In sending mail, i wish to choose one address(From:) in multiple accounts

2019-11-21 Thread Alberto Luaces
Štěpán Němec writes: > (completing-read "From: " '("fi...@address.com" > "sec...@address.com"))) I liked this very much, Štěpán! Specially the fact that you can either choose from the list or even input a new item. --

Re: In sending mail, i wish to choose one address(From:) in multiple accounts

2019-11-21 Thread Štěpán Němec
On Thu, 21 Nov 2019 12:31:59 +0900 황병희 wrote: > before, i send question via news but it may be gone Gmane's spam folder > so again i re-send mail. Well i have 3 accounts. At first when i send > mail, i wish to choose one address. There is good reference i think but > i did fail to search, please h