Re: How to read mail from local spool?

2024-02-28 Thread Björn Bidar
Eric S Fraga writes: > (setq mail-sources '((file :path "/var/mail/userid"))) Better would be: (setq mail-sources `,((file :path ,(concat "/var/mail/"(user-login-name)

Re: use-package :custom causes gnus to load

2023-10-28 Thread Björn Bidar
While setopt also uses custom but still doesn't trigger the loading of gnus.

Re: use-package :custom causes gnus to load

2023-10-28 Thread Björn Bidar
I also configure gnus with a similar use-package block. No issue here, Gnus isn't loaded. Even when I use setopt.

Re: Correct ordering of items in mail threads

2023-10-23 Thread Björn Bidar
Pankaj Jangid writes: >> If this variable is ‘dummy’, Gnus will create a dummy root that will >> have all the sub-threads as children. > > (setq gnus-summary-make-false-root 'dummy) Personally I found dummy works the best for me until I press A T to fetch the rest of thread. No solution is

Re: Does Gnus read and sync the read with IMAP?

2023-10-20 Thread Björn Bidar
Dan Christensen writes: > On Oct 20, 2023, Eric Abrahamsen wrote: > >> Dan Christensen writes: >> >>> Here's a followup question: how can I make Gnus update the marks >>> for >>> *all* IMAP groups. >> >> I once asked Lars about this -- since the IMAP server should be the >> source of truth for

Re: Does Gnus read and sync the read with IMAP?

2023-10-20 Thread Björn Bidar
Bob Newell writes: >> 3. But here's the big one, and one that I thought I understood >> but seem to get inconsistent results. At what point does gnus >> update the IMAP server? In other words, I read an article. >> In the summary buffer that article definitely is now shown as >> read. But

Re: Does Gnus read and sync the read with IMAP?

2023-10-20 Thread Björn Bidar
Bob Newell writes: > On Thu, Oct 19, 2023 at 12:14 PM Björn Bidar > wrote: > >> Bob Newell writes: >> >> >> I noticed that when I read a mail on my phone the read statusis >> >> still unread when I fetch my mails from my imap server is still >

Re: Does Gnus read and sync the read with IMAP?

2023-10-19 Thread Björn Bidar
Bob Newell writes: >> I noticed that when I read a mail on my phone the read statusis >> still unread when I fetch my mails from my imap server is still >> unread in >> Gnus. >> How can I make Gnus to fetch the read status from Imap? > > This could depend on your email client on your phone. At

Does Gnus read and sync the read with IMAP?

2023-10-19 Thread Björn Bidar
Hey, I noticed that when I read a mail on my phone the read statusis still unread when I fetch my mails from my imap server is still unread in Gnus. How can I make Gnus to fetch the read status from Imap? Br, BJÖRN

Re: Rendering invitations with html

2023-10-16 Thread Björn Bidar
James Thomas writes: > Björn Bidar wrote: > >> Is it possible to render the html in invitations shown in Gnus with >> gnus-icalendar. >> >> Many invitations contain html (or sometimes even markdown) these >> days. > > There's always 'K H' to view in

Rendering invitations with html

2023-10-03 Thread Björn Bidar
Hey, Is it possible to render the html in invitations shown in Gnus with gnus-icalendar. Many invitations contain html (or sometimes even markdown) these days. Thanks, Björn

Re: test2

2023-05-25 Thread Björn Bidar
Ömer writes: > and the replies(r) are direct emails sent to the user Try S-w or S-W. See C-h f RET `gnus-summary-wide-reply`.

Re: Gnus plaintext email recommendations

2023-05-25 Thread Björn Bidar
Emanuel Berg writes: > Bartosz Kaczyński wrote: > >> My main concern is that when replying to an HTML email, >> I want to ensure that the email doesn't get "lost" HTML part >> and remains in plain text format. > > This is what I do, maybe it'll work for you as well? > > (setq

Re: Face: not showing?

2023-04-07 Thread Björn Bidar
Eric S Fraga writes: > On Tuesday, 4 Apr 2023 at 16:16, Adam Sjøgren wrote: >> Yes, when it's a little more functional - it's doesn't do much yet, but >> it's kind of fun trying to make it work. > > Excellent and glad you're having fun playing with it. I would love a > gnus interface to

Re: gnus-search since: not working for nnimap

2023-02-01 Thread Björn Bidar
I suggest to use locale C but C.UTF-8, C is to limited.

Re: smtpmail-send-it: Sending failed: 504 5.5.2 : Helo command rejected: need fully-qualified hostname

2022-12-09 Thread Björn Bidar
Do you really need to add the credentials here? Try without them so smptmail will try to use auth-source to retrieve the credentials. These are my smtpmail settings: (use-package smtpmail :config (setq smtpmail-default-smtp-server "smtp.server.de"

Re: recipient does not have pgp key? can i still send an encrypted email?

2022-12-09 Thread Björn Bidar
"jindam, vani" writes: > if yes, how? i have created gpg.conf & added > auto-key-locate local,keyserver,wkd. You can't unless you use symmetric encryption (see the earlier answer you got). However if the Gnupg finds the key of the recipient through the ~auto-key-locate~ option you might be to

Re: gnus-read-init-file: Error in ~/.gnus: disroot.org

2022-11-22 Thread Björn Bidar
Adam Sjøgren writes: >> (nnimap "disroot.org" >> (nnimap-inbox "INBOX") >> (nnimap-split-methods default) >> (nnimap-expunge t) >> (nnimap-stream ssl)) >> (nnimap-authinfo-file "~/.authinfo"))) > > This part is misplaced - I think what you are looking for

Re: Multi frame setup: get frame autodeletion?

2022-11-20 Thread Björn Bidar
Michael Heerdegen writes: > Björn Bidar writes: > >> Have you tested if you have the same issue when you just use >> `compose-mail` C-x m RET? > > I think so, but I didn't test...why do you think there should not be an > issue - who or what would delete the frame?

Re: Multi frame setup: get frame autodeletion?

2022-11-19 Thread Björn Bidar
Hey, I like the idea very much, I have thought of a similar setup. Currently I'm using only frames-only-mode for such purposes. Have you tested if you have the same issue when you just use `compose-mail` C-x m RET? Br, Björn

Re: Option to open article or group with new frame in summary

2022-11-17 Thread Björn Bidar
Emanuel Berg writes: >> Hey is it possible to open solely the selected article or >> the article with that summary in the navigation history in >> a new frame. > > (setq gnus-single-article-buffer t) Oh thanks. Want's the keybind to open an article in a new frame?

Re: Saving Gnus scoring in IMAP

2022-11-17 Thread Björn Bidar
Bob Newell writes: > It would be cool to do this with IMAP but I've never seen a > way to do so. I'd be happy to be wrong about this, of course. I think this could be done by using IMAP METADATA RFC5464: - https://doc.dovecot.org/configuration_manual/imap_metadata/ -

Option to open article or group with new frame in summary

2022-11-14 Thread Björn Bidar
Hey is it possible to open solely the selected article or the article with that summary in the navigation history in a new frame. So that have the option to open articles either entirely in new frames or have option to do so. My workflow is that I use tilling wm and I also would like to keep

Re: New to GNUS troubles in figuring how to get rings rolling

2022-11-11 Thread Björn Bidar
TRS-80 writes: I has been some time since I wrote the original message, I think fixed most stuff by my self thanks :) >> I have been working on having Emails working inside Emacs. >> I've looked into a few solutions which seem to be the most used. >> These were offline mail solutions such as

Re: How to subsribe to a general mailing list?

2022-11-07 Thread Björn Bidar
Adam Sjøgren writes: >> NTTP/Game won't work as good outside of Emacs, the user might use other >> clients besides Emacs for Emails. > > That goes without saying, everything works better inside Emacs. Everything that doesn't involve things that need threading or should run in the background

Re: How to subsribe to a general mailing list?

2022-11-07 Thread Björn Bidar
Emanuel Berg writes: >> Subscribing this way should work on all lists that contain >> the appropriate mail headers. > > https://www.emacswiki.org/emacs/Gmane Not necessarily every mailinglists is on Gmane, it depends on the users preference what he might choose. NTTP/Game won't work as good

Re: How to subsribe to a general mailing list?

2022-11-07 Thread Björn Bidar
Emanuel Berg writes: >> Subscribing this way should work on all lists that contain >> the appropriate mail headers. > > https://www.emacswiki.org/emacs/Gmane Not necessarily every mailinglists is on Gmane, it depends on the users preference what he might choose. NTTP/Game won't work as good

Re: How to subsribe to a general mailing list?

2022-11-06 Thread Björn Bidar
Byung-Hee HWANG writes: >> Did I miss something or do you have any suggestions? > > Just general way. Check here: With Gnus-Mailinglist-Mode you also can all gnus-mailing-list-subscribe do to do the same by pressing C-c C-n s. Subscribing this way should work on all