Re: Doc-view fonts

2010-12-09 Thread Eric S Fraga
ws group already knows to what group the messages > are being sent, but not whom they are from. I want my real name and > address just like all other messages in the summary. What code can I put > in ~/.gnus to get that that? Set the above variable to something which doesn't match your n

Re: Gnus and rsync

2010-12-09 Thread Eric S Fraga
nunojsi...@invalid.invalid (Nuno J. Silva) writes: > Eric S Fraga writes: > >> nunojsi...@invalid.invalid (Nuno J. Silva) writes: >> >>> So I've now hit the issue where I have two computers on which I want to >>> keep gnus stuff on-sync. >>> >

Re: How to pull a gui gnus from linux to windows desktop

2010-12-09 Thread Eric S Fraga
ntly as it's been years since I have had to use Windows. HTH, eric -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: nnimap-split-fancy

2010-12-18 Thread Eric S Fraga
ecause "." matches any character, including "."... -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 + No Gnus v0.11 ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: my vs maildir

2011-01-06 Thread Eric S Fraga
ding of all things gnus related... :( -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 + No Gnus v0.11 ___ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Trigger spell checking before sending

2016-02-11 Thread Eric S Fraga
lyspell-mode, and check and correct your spelling as you go? -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.90.1 + Ma Gnus v0.16 + evil-git-ff74cfb : BBDB version 3.1.2 (2015-10-28 10:47:01+00:00) ___ info-gnus-english mailing list info-gnus-eng

Re: Sending emails from multiple accounts on same smtp server

2016-02-16 Thread Eric S Fraga
uldn't surprise me knowing that everything is possible in gnus ;-) -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.91.1 + Ma Gnus v0.16 + evil-git-ff74cfb : BBDB version 3.1.2 (2015-10-28 10:47:01+00:00) ___ info-gnus-english mailing list

Re: Trouble for setting up mail splitting

2016-02-25 Thread Eric S Fraga
quot;lists.clojure") ;; all the rest "general")) --8<---cut here---end--->8--- Note the specification of what split method to use in the server definition. There is a whole info section in the gnus manual on how to set up fancy splitting.

Re: message auto-saving?

2016-03-24 Thread Eric S Fraga
ou are using a unix variant, try the following On shell: $ cd $ touch xxx(some file name that is unique) Now start composing an email and wait for auto-save to kick in. Back in shell: $ find . -newer xxx and see what it reports. -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.92.1 + Ma Gn

Re: message auto-saving?

2016-03-24 Thread Eric S Fraga
d what a strange place for auto-save files to end up? It's definitely not a default that I can find on my system... -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.92.1 + Ma Gnus v0.16 + evil-git-ff74cfb : BBDB version 3.1.2 (2015-10-28 10:47:01+00:00) _

Re: "Forward" in the standard way

2016-04-06 Thread Eric S Fraga
latter is actually of great potential benefit: I have to live in an Outlook world as well and it is most annoying to have to read by flipping up and down pages to figure out what is going on: *5 *5 *8 *3 ... :-( -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.92.1 + Ma Gnus v0.16 +

Re: Emacs 25.1 : gnus-load file, is it needed?

2016-09-20 Thread Eric S Fraga
ne as well. Emacs 25 knows where gnus is and it will autoload when needed; at least, that's my experience. -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.1.50.1 + Gnus v5.13 + evil-git-ff74cfb : BBDB version 3.1.2 (2016-07-21 10:12:09+00:00) _

Re: smtp 587 always fails to send email

2016-10-24 Thread Eric S Fraga
; message-send-mail-function 'smtpmail-send-it > smtpmail-default-smtp-server nil > smtpmail-stream-type 'ssl maybe try 'starttls in lieu of 'ssl? -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 26.0.50.1 + Gnus v5.13 + evil

Re: sorting by date

2016-11-29 Thread Eric S Fraga
On Friday, 25 Nov 2016 at 11:13, Andreas Schwab wrote: > On Nov 25 2016, Eric S Fraga wrote: > >> For this group, I have tried specifying >> >> (gnus-thread-sort-functions '(gnus-thread-sort-by-date >> gnus-thread-sort-by-total-score)) >> >> in the

Re: sorting by date

2016-12-02 Thread Eric S Fraga
On Friday, 25 Nov 2016 at 11:13, Andreas Schwab wrote: > On Nov 25 2016, Eric S Fraga wrote: > >> For this group, I have tried specifying >> >> (gnus-thread-sort-functions '(gnus-thread-sort-by-date >> gnus-thread-sort-by-total-score)) >> >> in the

Re: Different font size for group window

2017-01-04 Thread Eric S Fraga
ext-scale-decrease) to gnus-group-mode-hook? Untested. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Sort recent threads towards bottom when gathering threads by subject?

2017-02-15 Thread Eric S Fraga
e head of each thread regardless of what the subsequent emails in the thread may be? -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 26.0.50.1 + Gnus v5.13 + evil-git-ff74cfb : BBDB version 3.1.2 (2016-07-21 10:12:09+00:00) signature.asc Description:

Re: retaining marked articles in summary buffer?

2017-02-28 Thread Eric S Fraga
that prevents this :-) But it >> is also in line with the docs So what does the 'passive setting accomplish? -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus

Re: retaining marked articles in summary buffer?

2017-03-02 Thread Eric S Fraga
On Thursday, 2 Mar 2017 at 14:49, Ben Bacarisse wrote: > Eric S Fraga writes: [...] >> So what does the 'passive setting accomplish? > > It turns off all automatic caching making it an entirely manual process. > The result is that * saves the article essentially forever

strange error message from agent

2017-03-17 Thread Eric S Fraga
-- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 26.0.50 + Gnus v5.13 + evil-git-56e92f7 : BBDB version 3.1.2 (2016-12-24 19:03:23+00:00) signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org

Re: gnus nnmaildir and notmuch

2017-03-23 Thread Eric S Fraga
roup, nor in > the nnir group when I re-ran the search. I tend to warp to the article in the original group (A W) which then allows one to do whatever you want with it. Not ideal, mind you. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signatur

Re: gnus nnmaildir and notmuch

2017-03-26 Thread Eric S Fraga
Andy, thanks for this explanation of how to make ephemeral searches permanent. Very interesting possibilities. Gnus continues to surprise me in what it can do! -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Description: PGP signature

Re: forwarding mail

2017-04-27 Thread Eric S Fraga
h\\|^X-\\|^Delivered-To\\|^Received\\|^Lines\\|^Xref") Actually, only the second one is necessary as it also works with a mime approach. Thanks! -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Description: PGP signature ___ info-gn

Re: [RFC] Gnus generalized search, part II

2017-04-27 Thread Eric S Fraga
at I would likely use this and would definitely do so if the generalised search interface included off-line use with the agent... not sure if that is planned or even possible but thought I would mention it! thanks in any case, eric -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Descr

Re: Testers wanted: New gnus backend nnselect

2017-04-28 Thread Eric S Fraga
On Thursday, 27 Apr 2017 at 16:03, Harry Putnam wrote: > Andrew Cohen writes: > >> TLDR: Please test the new feature found on the git repository at >> feature/gnus-select. >> > > First off. TLDR? Too long, didn't read. (or don't read) :-) --

Re: [RFC] Gnus generalized search, part II

2017-04-28 Thread Eric S Fraga
nt to ensure I can read my emails off-line (I spend 2-3 hours a day off-line while commuting). > It would be helpful if you could checkout feature/gnus-select and see > what happens :) Is this from the emacs repository or is there a separate gnus one? In either case, where is it located

Re: About actually reading the summary modeline

2017-05-24 Thread Eric S Fraga
mails in this group respectively. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: About certain msgs not downloading with agent

2017-05-24 Thread Eric S Fraga
On Wednesday, 24 May 2017 at 11:55, Harry Putnam wrote: [...] > What seems peculiar is that I can open and read them so its clear they > are on the pool and not expired or canceled or the like. How large are they? Do they have attachments? -- Eric S Fraga (GnuPG: 0xC89193D8FF

Re: set a mark for agentized groups

2017-05-31 Thread Eric S Fraga
And I would definitely like this bit: > Another step along this same vein is a mark that I would know meant > that the whole group was downloaded or at least as much of it as I > want. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) signature.asc Descri

Re: Can Gnus forward mails so that lesser readers can also read them?

2017-06-16 Thread Eric S Fraga
calendar invite in gnus that Outlook would understand. I know it's possible because Outlook understands calendar invites coming from Google's calendar but I could not get Outlook to accept my gnus/message generated emails as calendar invites. -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF6

groups not being scanned

2017-08-16 Thread Eric S Fraga
, eric -- : Eric S Fraga : in Emacs 26.0.50 + Gnus v5.13 + evil-git-f371f2c : BBDB version 3.1.2 (2016-12-24 19:03:23+00:00) signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org

Re: groups not being scanned

2017-08-16 Thread Eric S Fraga
On Wednesday, 16 Aug 2017 at 12:21, Eric Abrahamsen wrote: > Eric S Fraga writes: > >> Hello all, >> >> Long story short for background: I have had to move back to Outlook >> exchange server for my emails. I used to use this server before and >> everything (s

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
e "...path to my diary.org") I wonder whether gnus needs this to be defined for it to show all the buttons? Maybe check the value of this before and after? I always see all the buttons (I think). -- : Eric S Fraga via Emacs 26.0.50, Org release_9.1-57-gc6e563 sign

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
e time to bisect etc...? -- : Eric S Fraga via Emacs 26.0.50, Org release_9.1-57-gc6e563 signature.asc Description: PGP signature ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-19 Thread Eric S Fraga
ations in a separate file and "(load custom-file)" as one of the first things in my Emacs init. Not the first as such as I set the load-path to point to the versions of packages I am using that may conflict with built-in ones in Emacs. -- : Eric S Fraga via Emacs 26.0.50, Org release

Re: Gnus notification of replies to my articles

2020-03-10 Thread Eric S Fraga
generally to identify your articles. Message IDs are a mystery to me. -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on Debian bullseye/sid ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Gnus notification of replies to my articles

2020-03-11 Thread Eric S Fraga
if it works generally before worrying about having to make it unique? -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on Debian bullseye/sid ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Gnus notification of replies to my articles

2020-03-12 Thread Eric S Fraga
On Thursday, 12 Mar 2020 at 09:16, Richmond wrote: > So this post is by email and I have tried to set a message-id... Hope this works... -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on Debian bullseye/sid ___ info-gnus-english mailing list in

Re: Gnus notification of replies to my articles

2020-03-12 Thread Eric S Fraga
write an email (or post a news item), that email has a particular message ID. If somebody responds to it, the original message ID goes into the references header and the response has its own message ID. This provides a link between emails. -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on De

Re: Gnus notification of replies to my articles

2020-03-12 Thread Eric S Fraga
he gnus mailing list/groups... And maybe also why the gateway changes the message ID (going back to the original problem ;-)). -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on Debian bullseye/sid ___ info-gnus-english mailing list info-gn

Re: How to subsribe to a general mailing list?

2022-11-05 Thread Eric S Fraga
cles will be in the same place. HTH, eric -- Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.3

customization of digest parsing?

2022-11-05 Thread Eric S Fraga
Hello all, I receive emails from a particular forum that has multiple posts in a single email. The format is not compatible with what gnus-summary-enter-digest-group expects. Is there any way to customize how gnus identifies the individual posts in the email? Thank you, -- Eric S Fraga via

Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-11-05 Thread Eric S Fraga
You don't give any detail so it's hard to know what the problem is. However, one possibility is that you are using gmail and google expects a form of multi-factor authentication. There was a long thread in the emacs help mailing list about this and how to get it working from gnus.

Re: How to subsribe to a general mailing list?

2022-11-05 Thread Eric S Fraga
27;t know how > to do so in Gnus. All you need to do is click on the subscribe link on that page (top left) and it will add your email address to the mailing list, IIUC. The subscription link is simply a "mailto:"; link. -- Eric S Fraga with org 9.5.2 in Emacs 29.0.50 on Debian 11.3

Re: Multi frame setup: get frame autodeletion?

2022-11-19 Thread Eric S Fraga
How about making use of message-sent-hook, say? The actual message composition and sending is not technically handled by gnus but by message mode instead, IIUC. -- Eric S Fraga via gnus (Emacs 29.0.50 2022-11-13) on Debian 11.4

Re: gnus-article-summary-next

2022-12-15 Thread Eric S Fraga
iously depends on the sorting in your buffer but for me they move point down (N) or up (P), as I would expect. -- Eric S Fraga via gnus (Emacs 30.0.50 2022-12-05) on Debian bullseye/sid

Re: gnus-article-summary-next

2022-12-16 Thread Eric S Fraga
ext/prev whether read or not. -- Eric S Fraga via gnus (Emacs 30.0.50 2022-12-02) on Debian 11.5

Re: How to open gnus agent category buffer

2023-03-31 Thread Eric S Fraga
J c (aka gnus-enter-category-buffer) -- Eric S Fraga via gnus (Emacs 30.0.50 2023-03-21) on Debian 11.6

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
A data point: your face appears for me when reading your posts. I'm on Emacs from git updated three days ago now. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on Debian 11.6

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
On Tuesday, 4 Apr 2023 at 12:49, Adam Sjøgren wrote: > Thanks! What is the value of gnus-treat-fold-headers in your setup? head -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on Debian 11.6

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
On Tuesday, 4 Apr 2023 at 12:12, Richmond wrote: > Eric S Fraga writes: > >> A data point: your face appears for me when reading your posts. I'm on >> Emacs from git updated three days ago now. > > I can see an x-face header in the original post, but no other evi

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
ry thoroughly? My own emails show a face but I think that comes from gravatar (setq gnus-treat-from-gravatar 'head) as I have not defined the face header details. Out of curiosity, does my (colourful and young ;-)) face appear if you set that? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on Debian 11.6

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
On Tuesday, 4 Apr 2023 at 12:45, Richmond wrote: > Ah, it's a face! I am not sure who though, David Grohl perhaps? You'll have to ask Adam that... -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on Debian 11.6

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
On Tuesday, 4 Apr 2023 at 15:43, Adam Sjøgren wrote: > because I am implementing an ActivityPub server with an nntp-interface > and wanted to see user icons) :-) Oh, that sounds interesting! Are you intending on making it public? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on

Re: Face: not showing?

2023-04-04 Thread Eric S Fraga
yPub, mastodon in particular at the moment, giving me adaptive scoring and threading although I imagine the latter may be challenging if not impossible. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-04-01) on Debian 11.6

Re: Marking thread as read

2023-06-29 Thread Eric S Fraga
I've had a chance to try this and you are correct: the documentation does not match the behaviour. "T k" with no argument marks all articles as killed which is not the same as read. The other mentioned options (positive, 0, and negative arguments) do behave as documented. -- E

Re: Marking thread as read

2023-06-29 Thread Eric S Fraga
C-u T k", i.e. passing a positive argument to the command? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-29) on Debian 12.0

Re: Marking thread as read

2023-06-30 Thread Eric S Fraga
king is > done with `gnus-killed-mark' - probably to indicate that you have not > handled the articles by hand. This makes sense but has some side effects, IIUC. In particular, adaptive scoring may be affected? But I see that Adam has posted some code so all is good. :-) Thank you, er

Re: Gnus fetch freezes emacs

2023-07-01 Thread Eric S Fraga
s further consolation, I seem to have the same problem with hangs on a non-reproducible basis. I've not had the time to dig into it but it definitely sounds similar to what you and the OP are seeing. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-29) on Debian 12.0

Re: Gnus fetch freezes emacs

2023-07-03 Thread Eric S Fraga
have set this to 15 seconds and we'll see if this makes any difference! I'll report back in due course hopefully. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-29) on Debian 12.0

Re: Gnus fetch freezes emacs

2023-07-03 Thread Eric S Fraga
it stops me waiting forever... However, it seems (early days yet) that when it fails to open the connection to an NNTP server, it stops retrieving news and I have to hit 'g' again to get the counts etc. updated for other servers. But much better than waiting forever. Thank you, eric --

slow saving of scores when leaving a virtual (nnml+) group

2023-07-06 Thread Eric S Fraga
Any suggestions on how to improve the performance? Or is it something I may have done inadvertently? Thank you, eric -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-29) on Debian 12.0

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-07 Thread Eric S Fraga
y impact in my case. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-07) on Debian 12.0

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-08 Thread Eric S Fraga
ive). Most of the time, I just want the scores updated quickly so I can go on to the next group. What puzzles me is the very large amount of memory use. My scores file is 334 kB in size. Why does this require half a GB of memory to process? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-07)

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-08 Thread Eric S Fraga
On Friday, 7 Jul 2023 at 08:41, Eric Abrahamsen wrote: > Bummer. You can always escalate and just open an Emacs bug -- this is a > perfectly normal type of thing to open a bug about. I'll keep this as my fallback position, once any discussion here has petered out. Thank you. -- E

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-10 Thread Eric S Fraga
ange. Could there be another variable that affects this as I really don't need the score files prettified? I've looked at the parameter settings for individual groups (G p) but seen nothing strange in the nnml groups I'm dealing with. thank you, eric -- Eric S Fraga via gnus (Em

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-11 Thread Eric S Fraga
us, I would have thought. Puzzled I be! -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-19) on Debian 12.0

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-12 Thread Eric S Fraga
r built (from when)? On this computer, yes, master built two days ago. I hope some of the above helps. But, to be clear, this is not a critical issue, just a minor annoyance. :-) -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-10) on Debian 12.0

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-13 Thread Eric S Fraga
x)). But that succeeds almost > immediately... Not sure what the important different aspect in your > scenario is. I tried this as well and also get results immediately. > Have you tried to change the value of `pp-default-function' btw? No, it's set to pp-fill. Thank you, er

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-14 Thread Eric S Fraga
en setting this to pp-28? Very much so! Group exists almost immediately, back to what I used to see. With pp-28, I'm happy! Problem solved. :-) Thank you, eric -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-10) on Debian 12.0

Re: slow saving of scores when leaving a virtual (nnml+) group

2023-07-17 Thread Eric S Fraga
or less complete) data that shows the slowdown - with other words, a > recipe that doesn't involve setting up Gnus + scoring, to ease the work > of the developers. I will create a bug report. Thank you, eric -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-10) on Debian 12.0

Re: Correct ordering of items in mail threads

2023-10-22 Thread Eric S Fraga
-threads-function 'gnus-thread-sort-by-date) along with similar (but slightly different) settings for the variables you've set. This variable says how to sort *within* a thread which may be what you are looking for. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.1

Re: Correct ordering of items in mail threads

2023-10-23 Thread Eric S Fraga
Have you tried what I suggested initially: (setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date) which tells gnus how to sort the individual posts in a thread, as opposed to how to sort the threads in the summary? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-19) on D

Re: Correct ordering of items in mail threads

2023-10-23 Thread Eric S Fraga
to my config (years ago) fixed the problem I was having that, IIRC, was essentially the same as what you are seeing. Oh well, complex systems... -- Eric S Fraga via gnus (Emacs 30.0.50 2023-06-19) on Debian 12.0

Re: Gnus and authinfo

2023-12-04 Thread Eric S Fraga
Just in case, my auth-sources variable is set to ((:source "~/s/dotfiles/authinfo.gpg") (:source "~/.authinfo")) I wonder whether something has changed along the way that requires the :directive element? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Need help writing predicate function

2023-12-04 Thread Eric S Fraga
correctly which is a big *if*. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Emphasizing text when composing mails?

2023-12-15 Thread Eric S Fraga
Untested but maybe M-x org-emphasize? -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Inhibiting gnus-get-new-news at startup

2024-01-03 Thread Eric S Fraga
(email, news, blogs) but the performance hit is too high. elfeed is very fast in comparison. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Inhibiting gnus-get-new-news at startup

2024-01-03 Thread Eric S Fraga
That sounds great! I look forward to trying it out. Thank you. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Inhibiting gnus-get-new-news at startup

2024-01-04 Thread Eric S Fraga
mails, it's "J S" and you don't have to be in the queue group for this: it works from the Group buffer. But, for me, when I toggle to plugged status, all of my queued emails are sent. If you wish to remain unplugged, J S will send them regardless. -- Eric S Fraga via gnus (Ema

Re: Inhibiting gnus-get-new-news at startup

2024-01-06 Thread Eric S Fraga
-end--->8--- You could probably simply add 'gnus-group-send-queue to the hook without defining an extra function. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-09-14) on Debian 12.2

Re: Strange line-spacing in headers?

2024-02-12 Thread Eric S Fraga
details)! One of the things this will tell you is the face(s) associated with where point is. For the record, I don't see extra spacing in my gnus article view. -- Eric S Fraga via gnus (Emacs 30.0.50 2023-07-11) on Debian bullseye/sid

Re: How to read mail from local spool?

2024-02-28 Thread Eric S Fraga
Putting this line in your .gnus.el should work: (setq mail-sources '((file :path "/var/mail/userid"))) Replace userid with your own login, of course. In principle, just (setq mail-sources '((file))) should also work. Check the "Fetching mail" section in the inf

Re: How to read mail from local spool?

2024-02-28 Thread Eric S Fraga
On Wednesday, 28 Feb 2024 at 12:20, Björn Bidar wrote: > 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) Better i

Re: How to read mail from local spool?

2024-02-28 Thread Eric S Fraga
You may need to add/subscribe to the relevant group. Go to the server buffer (^ from the Group view) and look for an nnml server. Enter the server (RET) and subscribe (u) to whichever group makes sense. It's been so long since I did this that I cannot remember what is needed. -- Eric S

Re: adding date to the summary buffer

2025-01-21 Thread Eric S Fraga
the summary line. As always in Emacs, "help" is your friend. Try "M-x describe-variable" for each of those two variables above. -- Eric S Fraga via gnus (Emacs 31.0.50 2025-01-06) on Debian 12.8

Re: Caching in Maildir format

2025-01-27 Thread Eric S Fraga
verything else seems to be possible, it wouldn't surprise me if there were some way to bend gnus to what you want... -- Eric S Fraga via gnus (Emacs 31.0.50 2024-07-16) on Debian 12.0

Re: adding date to the summary buffer

2025-01-21 Thread Eric S Fraga
ion of this in section "Formatting Basics" of the gnus info manual. The %( ... %) indicate that mouse-face property should be used for the enclosed text; this is described in section "Formatting Fonts" of the gnus info manual. There's a lot in the formatting section of the gnus manual, t