Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927377

Summary: app-editors/emacs Add a warning when mailutils USE flag is disabled
Product: Gentoo Linux Reporter: Lemon Lime <torsi>
Component: Current packagesAssignee: GNU Emacs project <gnu-emacs>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/36028
Whiteboard:
Package list:
Runtime testing required: ---

Description Lemon Lime 2024-03-20 21:52:34 UTC
According to the emacs documentation (https://www.gnu.org/software/emacs/manual/html_node/emacs/Movemail.html) 

>  However, the Mailutils version offers additional features and is more secure

Maybe it would be a nice enhancement to warn users that plan to use Emacs as a email client of the drawbacks of not having the mailutils flag enabled.

Maybe adding information to the doc contents or doing an ewarn to the ebuild when the mailutils flag is not enabled
Comment 1 Larry the Git Cow gentoo-dev 2024-04-01 05:55:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b333fa9bb5273e98e2f9298d250e81804cc7f7f4

commit b333fa9bb5273e98e2f9298d250e81804cc7f7f4
Author:     Tomas Fabrizio Orsi <torsi@fi.uba.ar>
AuthorDate: 2024-03-31 21:36:25 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2024-04-01 05:53:22 +0000

    app-editors/emacs: Added a warning regarding mailutils
    
    Closes: https://bugs.gentoo.org/927377
    Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-editors/emacs/emacs-29.3.9999.ebuild | 8 ++++++++
 app-editors/emacs/emacs-29.3.ebuild      | 8 ++++++++
 app-editors/emacs/emacs-30.0.9999.ebuild | 8 ++++++++
 3 files changed, 24 insertions(+)