Re: Getting crontab to send an email

2025-06-26 Thread Robert Moskowitz via users
no longer installs postfix by default in the desktop spins. I installed logwatch on Ubuntu and it did all the postfix setup for me -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorapr

Re: Getting crontab to send an email

2025-06-26 Thread Todd Zullinger
__ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https

Re: Getting crontab to send an email

2025-06-26 Thread Samuel Sieb
lings seemed to indicate without an MTA it is just a local mail delivery.  And since MAILTO = is in the crontab, I SHOULD be seeing these mails in / var/mail/root But I am not. There has to be something to process the email, so you need some sort of MTA installed. Try mailx for starters?

Re: Getting crontab to send an email

2025-06-26 Thread Robert Moskowitz via users
cron mailings seemed to indicate without an MTA it is just a local mail delivery.  And since MAILTO = is in the crontab, I SHOULD be seeing these mails in / var/mail/root But I am not. There has to be something to process the email, so you need some sort of MTA installed. Try mailx fo

Re: Getting crontab to send an email

2025-06-26 Thread Robert Moskowitz via users
is just a local mail delivery.  And since MAILTO = is in the crontab, I SHOULD be seeing these mails in / var/mail/root But I am not. There has to be something to process the email, so you need some sort of MTA installed. Try mailx for starters? Or do

Re: Getting crontab to send an email

2025-06-26 Thread Samuel Sieb
LTO = is in the crontab, I SHOULD be seeing these mails in / var/mail/root But I am not. There has to be something to process the email, so you need some sort of MTA installed. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscrib

Re: Getting crontab to send an email

2025-06-26 Thread Robert Moskowitz via users
s in /var/mail/root But I am not. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Re: Getting crontab to send an email

2025-06-26 Thread Will McDonald
rrecting myself, once you have setup /etc/logwatch/conf/logwatch.conf appropriately, too. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://doc

Re: Getting crontab to send an email

2025-06-26 Thread José María Terry Jiménez via users
t does rsync the files, but no report is > emailed. Not local or other. > > The command seems to send its output to stdout. > Do your crontab file has a line as: MAILTO=root Ir where you want to send the email? -- ___ users mailing l

Re: Getting crontab to send an email

2025-06-26 Thread Will McDonald
ws: > > 10 4* * * root/usr/sbin/shutdown > > And I get a daily email saying the system will shutdown in ~1min. Nice. > > I want to get emails from my Fedora notebook for crontab activities. I > particular, I want to do a nightly rsync to an rsynd and get the result

Getting crontab to send an email

2025-06-26 Thread Robert Moskowitz via users
I have an Ubuntu server with logwatch installed, so it has all the 'right' postfix setups and I get daily logwatch reports. I also added a cron shutdown as follows: 10 4    * * *   root    /usr/sbin/shutdown And I get a daily email saying the system will shutdown in ~1min. Nice.

Re: After upgrade to F42, mutt + postfix no longer able to send email (Solved!)

2025-06-12 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send > email (Solved!) > > Hi > On Wed, 11 Jun 2025 23:49:30 -0500 Ranjan Maitra via users wrote: > > > $ ll /usr/sbin/sendmail.postfix > > lrwxrwxrwx. 1 root root 23 Jun 11 10:18 /usr/sbin/sendmail.postfix -

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-12 Thread Tim via users
l only get to see the messages that are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/projec

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-12 Thread Francis . Montagnac
ives --remove mta /usr/sbin/sendmail.postfix dnf -y reinstall postfix # To redo the alternatives systemctl restart postfix.service -- francis -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedor

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send > email > > On Wed, 2025-06-11 at 21:48 -0500, Ranjan Maitra via users wrote: > > Interestingly, the F42 machine has: > > $ locate sendmail.postfix > > /usr/bin/sendmail.postfix > > /usr/lib/sendmail.postfix

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Tim via users
fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
+ postfix no longer able to send > email > > Ranjan Maitra via users wrote: > >> After an upgrade to F42, I am no longer able to send > >> email. When I press "send on mutt" after composing, I get > >> > >> Error sending message, child exi

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
On Wed Jun11'25 09:21:33PM, Todd Zullinger wrote: > From: Todd Zullinger > Date: Wed, 11 Jun 2025 21:21:33 -0400 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: After upgrade to F42, mutt + postfix no longer able to send &

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Todd Zullinger
utt config settings. -- Todd signature.asc Description: PGP signature -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ Lis

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Todd Zullinger
Ranjan Maitra via users wrote: >> After an upgrade to F42, I am no longer able to send >> email. When I press "send on mutt" after composing, I get >> >> Error sending message, child exited 127 (Exec error.). >> >> Any suggestions on what the error

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send email > > Hi, > > After an upgrade to F42, I am no longer able to send email. When I press > "send on mutt" after composing, I get > > Error sending message, child exited 127 (Exec error.). > > Any sug

After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
Hi, After an upgrade to F42, I am no longer able to send email. When I press "send on mutt" after composing, I get Error sending message, child exited 127 (Exec error.). Any suggestions on what the error could be? Many thanks and best wish

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
cited bulk mail to 1745737025mu...@cartoonies.org -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduc

list/email -- toppost -- off topic..

2025-04-26 Thread Iosif Fettich
You can create your own rulesets for that. Does gmail support + addresses? Yep. Best, Iosif Fettich -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Sam Varshavchik
e applies to POP and SMTP. pgpXBDZN3s2Du.pgp Description: PGP signature -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/proj

Re: list/email -- toppost -- off topic..

2025-04-26 Thread bruce
ppears to be in >> > > You mean like this? > haa!!! > so. as I thought. a user error doh!! thanks poc!! >> > poc > -- > ___ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send a

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Tim via users
On Sat, 2025-04-26 at 06:31 -0400, bruce wrote: > I'm using gmail, so recently, I had a few spare mins, and decided to > check out.. can gmail permit the insertion of "content/comments" > within a email thread.. > > as opposed to hitting "reply" and letting

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Jeffrey Walton
_____ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archi

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
support + addresses? -- Gruß Marco Send unsolicited bulk mail to 1745653121mu...@cartoonies.org -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Neal Becker
well and I don't think anything else can match. But these labels don't work through IMAP. So there just isn't any other interface that provides that vital (to me) feature. -- ___ users mailing list -- users@lists.fedoraproject.org To

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Michael Schwendt
lated. > Works here. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Maili

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Patrick O'Callaghan
side lines that show > indentation thread segments. > Replying from my Android phone. Note that I also deleted all the crap at the end. poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@list

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
e don't want to use a reasonable mailer, they might use web forums to ask their questions. -- Gruß Marco Send unsolicited bulk mail to 1745644069mu...@cartoonies.org -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
Am 26.04.2025 um 07:52:08 Uhr schrieb Jonathan Billings: > For what it’s worth, I like using my iPad to read and reply to email, > and every single time I post I have to copy my signature from the top > of the message and paste it at the bottom, trim excessive quoted > text, and gener

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
ty of a mail client. Some clients make inline posting almost impossible or very hard, e.g. current versions of Outlook. -- Gruß Marco Send unsolicited bulk mail to 1745644785mu...@cartoonies.org -- ___ users mailing list -- users@lists.fedoraproject.org To

Re: list/email -- toppost -- off topic..

2025-04-26 Thread bruce
? let me know if there's a way! > > thanks > > I use gmail for my work account, it’s not too difficult. When replying, > near the bottom of the message there are three grey dots. Click on them. > It should expand to the message, where you can reply in-line. > > For what it’s

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Patrick O'Callaghan
editing as the only recourse. poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelin

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Sam Varshavchik
lementations of OTP on top of SASL. There's your MFA for SMTP, IMAP, and POP3. You're welcome. pgpvRpD2fwvrY.pgp Description: PGP signature -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le..

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Jonathan Billings
gt; > thanks > I use gmail for my work account, it’s not too difficult. When replying, near the bottom of the message there are three grey dots. Click on them. It should expand to the message, where you can reply in-line. For what it’s worth, I like using my iPad to read and reply to em

Re: list/email -- toppost -- off topic..

2025-04-26 Thread bruce
ot; -- don't top post! > > > > Top-posting is annoying because the content is not at the right place. > > This is essential especially for longer discussions. > > > > > I'm using gmail, so recently, I had a few spare mins, and decided to > > > check

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Jeffrey Walton
t; > Top-posting is annoying because the content is not at the right place. > This is essential especially for longer discussions. > > > I'm using gmail, so recently, I had a few spare mins, and decided to > > check out.. can gmail permit the insertion of "content/comme

Re: list/email -- toppost -- off topic..

2025-04-26 Thread bruce
; get bullied away as others (especially "grey-bearded" technicians) are > not that happy with the gmail user's communication style. > > -- > Gruß > Marco > > Send unsolicited bulk mail to 1745642715mu...@cartoonies.org > -- > ____

Re: list/email -- toppost -- off topic..

2025-04-26 Thread bruce
ions. > > > I'm using gmail, so recently, I had a few spare mins, and decided to > > check out.. can gmail permit the insertion of "content/comments" > > within a email thread.. > > > > as opposed to hitting "reply" and letting the app pl

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
as others (especially "grey-bearded" technicians) are not that happy with the gmail user's communication style. -- Gruß Marco Send unsolicited bulk mail to 1745642715mu...@cartoonies.org -- ___ users mailing list -- users@lists.fedoraproject

Re: list/email -- toppost -- off topic..

2025-04-26 Thread Marco Moock
ntial especially for longer discussions. > I'm using gmail, so recently, I had a few spare mins, and decided to > check out.. can gmail permit the insertion of "content/comments" > within a email thread.. > > as opposed to hitting "reply" and letting the app p

list/email -- toppost -- off topic..

2025-04-26 Thread bruce
ontent/comments" within a email thread.. as opposed to hitting "reply" and letting the app place the comment wherever it does. quick search, didn't find anything yet, so thought I'd post here as well. Any solutions to this that you guys have seen/implemented? thanks -- ___

Re: changing my email address

2025-03-30 Thread Peter Boy Uni
Hi. > Am 30.03.2025 um 12:24 schrieb François Patte > : > > Bonjour, > > This is my second email regarding this subject... I don't know how I can > change my email address. > > Following the link added at the end of each mail coming from this list: >

Re: changing my email address

2025-03-30 Thread Michael Schwendt
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedor

changing my email address

2025-03-30 Thread François Patte
Bonjour, This is my second email regarding this subject... I don't know how I can change my email address. Following the link added at the end of each mail coming from this list: https://fedoraproject.org/wiki/Mailing_list_guidelines#Unsubscribing The 3.17 Unscribing point has also a

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-14 Thread Tim via users
ate: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorap

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-14 Thread Bob Marčan via users
sers@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-14 Thread Bob Marčan via users
s firefox. Last 3 or 4 versions, before was worked. The palemoon is also built and installed with RPM. BR -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread ToddAndMargo via users
ists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraprojec

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread Tim via users
d. I will only get to see the messages that are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread Stephen Morris
the first time failed to translate. regards, Steve OpenPGP_0x1EBE7C07B0F7242C.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature -- ___ users mailing list -- users@lists.fedoraproject

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread Stephen Morris
s@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/a

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread ToddAndMargo via users
is Midori -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines Lis

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-13 Thread Bob Marčan via users
On Thu, 12 Dec 2024 17:02:33 -0800 "ToddAndMargo via users" wrote: > > oh ya. 1+ on the crap web sites. oh ya. 2+ on the crap web sites AND browsers. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send a

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread ToddAndMargo via users
hot to use a shopping site. I install both Firefox and Brave Browser on my customer's computers. I tell them is one does not work, use the other. And get use to using both of them. oh ya. 1+ on the crap web sites. -- ___ users mailing lis

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Tim via users
__ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailin

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Bob Marčan via users
e-ORwaJYsVRoxzBZj3Qm8rbjFjY124klbUrx1BQyLu3kIBJKhL6_97rVobQc2a7keiXy3hb5LfJGg== > > > > > > > > https://okusno.je/recept/dusen-regrat-z-jajci > > > Same with safe mode. So no extensions etc -- ___ users mailing list --

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Bob Marčan via users
pm -q firefox firefox-133.0-2.fc40.x86_64 Latest from updates. The first one is my proton account, so i don't expect to work for you. The second one, try to not translate, it is just a recipe in slovenian language. If it works 3 versions later, I will just wait half a year or more to get

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Patrick O'Callaghan
, so I don't see any issues with either site. > I don't get the tab crash issues you are reporting so do you have some > addin or something that is causing the crashes rather than it being Firefox? Same here, with the standard (non-nightly) version of Firefox, currently at firefox-13

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Stephen Morris
rds, Steve OpenPGP_0x1EBE7C07B0F7242C.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fed

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread Bob Marčan via users
oject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/user

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-12-12 Thread ToddAndMargo via users
iling list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archiv

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread Tim via users
get to see the messages that are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedorapr

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread Frank Bures
take a look at it. Frank -- -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guideli

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread ToddAndMargo via users
h Firefox. I do not recommend Edge or Chrome. They are terrible spyware. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/e

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread Frank Bures
On 2024-11-25 06:52, Tim wrote: On Sun, 2024-11-24 at 17:04 -0500, Frank Bures wrote: The above sequence is: --> Firefox -> File -> eMail link Cheers Frank Aha! You're not clicking on an email mailto: address in a page, like I thought you were doing. You're emailing so

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread Tim via users
On Sun, 2024-11-24 at 17:04 -0500, Frank Bures wrote: > The above sequence is: > > --> Firefox -> File -> eMail link > > Cheers > Frank Aha! You're not clicking on an email mailto: address in a page, like I thought you were doing. You're emailing someo

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-25 Thread Patrick O'Callaghan
_ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_gu

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Tim via users
at are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guideline

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Stephen Morris
thunderbird-128.4.3-1.fc41.x86_64 firefox-132.0.1-2.fc41.x86_64 Since upgrading from Fedora 39 to Fedora 41, when I go into     --> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. The exact steps on how to reproduce it are missing. Simply i

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Frank Bures
firefox-132.0.1-2.fc41.x86_64 Since upgrading from Fedora 39 to Fedora 41, when I go into     --> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. The exact steps on how to reproduce it are missing. Simply installing thunderbird, then configuring GN

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Stephen Morris
from Fedora 39 to Fedora 41, when I go into     --> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. The exact steps on how to reproduce it are missing. Simply installing thunderbird, then configuring GNOME Shell default apps to let thunderbir

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Frank Bures
into --> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. The exact steps on how to reproduce it are missing. Simply installing thunderbird, then configuring GNOME Shell default apps to let thunderbird handle email doesn't suffice. Th

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Patrick O'Callaghan
vers. Try taking it offline and on again (connection icon in the lower left corner). poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Tim via users
024 x86_64 Boilerplate: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are posted to the mailing list. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-24 Thread Patrick O'Callaghan
On Sun, 2024-11-24 at 14:46 +1030, Tim via users wrote: > On Sat, 2024-11-23 at 19:35 +0100, Michael Schwendt wrote: > > The exact steps on how to reproduce it are missing. Simply installing > > thunderbird, then configuring GNOME Shell default apps to let thunderbird > >

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread Tim via users
On Sat, 2024-11-23 at 19:35 +0100, Michael Schwendt wrote: > The exact steps on how to reproduce it are missing. Simply installing > thunderbird, then configuring GNOME Shell default apps to let thunderbird > handle email doesn't suffice. The firefox menu opens a thunderbird > co

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread ToddAndMargo via users
On 11/23/24 10:35, Michael Schwendt wrote: On Sat, 23 Nov 2024 02:43:08 -0800, ToddAndMargo via users wrote: Hi All, Fedora 41 thunderbird-128.4.3-1.fc41.x86_64 firefox-132.0.1-2.fc41.x86_64 Since upgrading from Fedora 39 to Fedora 41, when I go into --> Firefox -> File -> eMai

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread ToddAndMargo via users
--> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. The exact steps on how to reproduce it are missing. Simply installing thunderbird, then configuring GNOME Shell default apps to let thunderbird handle email doesn't suffice. The fire

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread Stephen Morris
On 24/11/24 05:35, Michael Schwendt wrote: On Sat, 23 Nov 2024 02:43:08 -0800, ToddAndMargo via users wrote: Hi All, Fedora 41 thunderbird-128.4.3-1.fc41.x86_64 firefox-132.0.1-2.fc41.x86_64 Since upgrading from Fedora 39 to Fedora 41, when I go into --> Firefox -> File -> eMai

Re: tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread Michael Schwendt
On Sat, 23 Nov 2024 02:43:08 -0800, ToddAndMargo via users wrote: > Hi All, > > Fedora 41 > thunderbird-128.4.3-1.fc41.x86_64 > firefox-132.0.1-2.fc41.x86_64 > > Since upgrading from Fedora 39 to Fedora 41, > when I go into > > --> Firefox -> File

tip: Firefox -> File -> eMail link: Thunderbird is already running

2024-11-23 Thread ToddAndMargo via users
Hi All, Fedora 41 thunderbird-128.4.3-1.fc41.x86_64 firefox-132.0.1-2.fc41.x86_64 Since upgrading from Fedora 39 to Fedora 41, when I go into --> Firefox -> File -> eMail link I get told that Thunderbird is already running, which it is. This is a regression bug that I reporte

Re: Email Balkanization (was Re: Fora vs. mailing lists)

2024-03-10 Thread Tom Horsley
org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list

Re: Email Balkanization (was Re: Fora vs. mailing lists)

2024-03-10 Thread Barry
needed. Barry -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedorap

Re: Email Balkanization (was Re: Fora vs. mailing lists)

2024-03-10 Thread Thomas Cameron
would have tolerated that situation; why do we tolerate it on the Internet? This is a GREAT analogy. You're absolutely right. Basically, the fora require you to open a browser/tab, log in, and only *then* can you read your message. With email, it's passive. It comes in, you scan the su

Email Balkanization (was Re: Fora vs. mailing lists)

2024-03-10 Thread Dave Close
Thomas Cameron wrote: > Well said. I'm in full agreement. I see a possibly related condition that also irritates me. The Balkanization of "email" (quotes deliberate). You want to send an email message to some company but you don't know their address. You check their w

Re: What is the email address of the list admin

2023-07-16 Thread Jeffrey Walton
in and alert them of the problem. There is no admin > > listed > > at https://lists.fedoraproject.org or > > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/ > > . > > > > What is the email address of the list admin? > > On: > > htt

Re: What is the email address of the list admin

2023-07-16 Thread Patrick O'Callaghan
t; https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/ > . > > What is the email address of the list admin? On: https://lists.fedoraproject.org/admin/lists/users.lists.fedoraproject.org/ it says: To contact the list owners, use the following email addres

Re: What is the email address of the list admin

2023-07-16 Thread Richard
lists.fedoraproject.org or > https://lists.fedoraproject.org/archives/list/users@lists.fedorapro > ject.org/. > > What is the email address of the list admin? > With hyperkitty it's a bit harder to find than with mailman but, go to the list archive link (which you have above):

What is the email address of the list admin

2023-07-16 Thread Jeffrey Walton
Hi Everyone, I'm getting bounces during mailing list replies. I'm trying to contact the list admin and alert them of the problem. There is no admin listed at https://lists.fedoraproject.org or https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/. What is the ema

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily

2023-02-19 Thread Stephen Morris
On 14/2/23 15:21, Tim via users wrote: supplemental: I should point out that I don't *use* Thunderbird. I have it installed (the one from Fedora's preinstallation, not a different "daily" one), and can experiment with it, but I use Evolution. Out of all the email clients

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily

2023-02-19 Thread Stephen Morris
ters who never learnt that it can be a problem. Interestingly, I registered Acrobat as the default application for mimetype application/pdf, so when I clicked on the application/pdf mimetype attachment the prompt asked me if I wanted to open it the default of Acrobat, but to check to location of the f

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily

2023-02-14 Thread Patrick O'Callaghan
ers@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily

2023-02-13 Thread Tim via users
supplemental: I should point out that I don't *use* Thunderbird. I have it installed (the one from Fedora's preinstallation, not a different "daily" one), and can experiment with it, but I use Evolution. Out of all the email clients I've tried on Linux, it's

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily

2023-02-13 Thread Tim via users
ealing with filenames with spaces in it. And there are so many people using computers who never learnt that it can be a problem. > Interestingly, I registered Acrobat as the default application for > mimetype application/pdf, so when I clicked on the application/pdf > mimetype attachment the

Re: Adobe Acrobat Can't Find the pdf File When Trying to Display an Email Attachment in Thunderbird Daily [Resolved]

2023-02-11 Thread Stephen Morris
Reader DC app for saved pdf's if I need the extra functionality that it provides. regards, Steve ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code o

  1   2   3   4   5   6   7   8   9   >