Opened 3 years ago
Closed 3 years ago
#17003 closed enhancement (fixed)
thunderbird-102.2.2
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (6)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 3 years ago
For 102.2.0 rhubarbpieguy reported that the book's current option for using alsa in thunderbird failed:
0:02.86 mozbuild.configure.options.InvalidOptionError: '--enable-pulseaudio'
implied by '--enable-audio-backends' conflicts with '--disable-pulseaudio' from the mozconfig
The documentation requires 'ac_add_options --disable-pulseaudio' and 'ac_add_options --enable-alsa' in mozbuild. However, if I omit both and use 'ac_add_options --enable-audio-backends=alsa' Thunderbird compiles and runs well. And after the fact, when compiling Firefox I noticed 'ac_add_options --enable-alsa' is used in the Firefox mozbuild.
Perhaps I've made an error, but should 'ac_add_options --enable-audio-backends=alsa' be used in the Thunderbird mozconfig?
To me (ken) that sounds likely as a replacement option in thunderbird.
comment:5 by , 3 years ago
Changes
Setting added to change Calendar event double-click action to open Edit Event dialog rather than view only; Set calendar.events.defaultActionEdit to true.
Fixes
Running Compact Folders on maildir folders caused a redownload of all messages in the folder
Accessing mail folders in profiles with many folders was slow
SMTP servers were not always properly initialized, and were not listed in Account Settings
APOP authentication unsupported when connecting to POP3 server
OpenPGP key discovery failed
POP accounts hosted by AOL were not able to authenticate using OAuth2
Unable to open context menu in newsgroups header for groups that are not subscribed
comment:6 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Built fine for me with current instructions: