|
Bugzilla – Full Text Bug Listing |
| Summary: | /var/mail missed | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dr. Werner Fink <werner> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | lnussel |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dr. Werner Fink
2023-10-09 07:14:05 UTC
werner/mutt> sudo find /abuild/oscbuild/openSUSE_Tumbleweed \ -name mail -a \( -type d -o -type l \) | wc -l 0 AFAICT you can solve this by passing --with-mailpath=/var/spool/mail --enable-external-dotlock to the configure script of mutt ah, no it's not external dotlock. Needs to set USE_DOTLOCK. There is no handle for that so would need a patch for configure to switch off autodetection and just tell mutt what to do This is an autogenerated message for OBS integration: This bug (1216035) was mentioned in https://build.opensuse.org/request/show/1116386 Factory / mutt I simply require now a smtp daemon ... this was removed in past: Wed Jul 12 09:26:50 UTC 2017 - olaf@aepfle.de - Add buildconditional for openssl/gnutls Disable gnutls, there can be only one of them and openssl was used - Use pkgconfig to refer to openssl/gnutls - Remove uneeded builddeps and recommends for smtp_daemon by specifying the path to sendmail [...] and export SENDMAIL=%{_sbindir}/sendmail in mutt.spec |