Re: Imap ordering
Pietro writes: > Hi everybody, > > I am using Gnus with my IMAP email account but I am having issues with > the ordering in which the email are shown on the screen, I haven't > configured anything about the ordering - neither threads nor articles. > > Basically the oder now what I would expect: the most recently received > first, or cronological order to put it in other terms, oddly enough the > order seems to be perfectly fine for the newsgroup I have subscrived, > i.e gmane.emacs.gnus.user. Can you tell us more precisely what you're seeing, vs. what you're expecting to see? By "most recently received first" do you meant the most recent at the bottom, or the top? We make no assumptions here! Then it would be good to see your values for `gnus-show-threads', `gnus-thread-sort-functions', and `gnus-article-sort-functions'. Yrs, Eric ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: GNUs developer newsgroup
a...@koldfront.dk (Adam Sjøgren) writes: > P.S. It is called "Gnus", not "GNUs", nor "GNUS". Something was called "GNUS" sometimes, because that is still in some docstrings. -- underground experts united http://user.it.uu.se/~embe8573 ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: Gnus and gmane
Pietro writes: > Is there anything specific I need to do to get > threads in date order ? I guess, because I wont try it myself: (setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date gnus-thread-sort-by-number) ) This isn't recommended. The help of `gnus-thread-sort-functions' says: You should probably always include `gnus-thread-sort-by-number' in the list of sorting functions -- preferably first. Also note that sorting by date is often much slower than sorting by number, and the sorting order is very similar. (Sorting by date means sorting by the time the message was sent, sorting by number means sorting by arrival time.) -- underground experts united http://user.it.uu.se/~embe8573 ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Imap ordering
Hi everybody, I am using Gnus with my IMAP email account but I am having issues with the ordering in which the email are shown on the screen, I haven't configured anything about the ordering - neither threads nor articles. Basically the oder now what I would expect: the most recently received first, or cronological order to put it in other terms, oddly enough the order seems to be perfectly fine for the newsgroup I have subscrived, i.e gmane.emacs.gnus.user. Cheers, Pietro ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
nntp-prepare-post-hook in ~/.gnus
How to add hook to nntp-prepare-post-hook in ~/.gnus? Simple minded attempt below has no effect: (add-hook 'nntp-prepare-post-hook 'my-nntp-rewrite) * package emacs24 in Debian/testing * gnus is started via gnus-unplugged P.S. My current "fix for testing purposes" installs it from another hook. -- A. Filip ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: message-send-news-hook : external filter and "raw utf-8" body
"Andrzej A. Filip" wrote: > I am trying to deploy the answer regarding filtering typical usenet messages > „rewrite outgoing messages/posts by external program/filter” > http://stackoverflow.com/a/31451576/2139766 > > It fails to process message with "raw utf-8" bodies when deployed using > message-send-news-hook. It gives error: > > Assertion failed: (save-excursion (goto-char (point-min)) (not > (re-search-forward "^\000-\377]" nil t))) > > [The error message is displayed slightly differently than defined in > gnus/message.el.] > > It seems that gnus threats legitimate "raw utf-8" characters in message > body as lack of proper encoding. > > How to make the recipe process corectly "raw utf-8" message bodies? > > > > Mime headers of the filtered message: > > Mime-Version: 1.0 > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: 8bit Setting coding-system-for-read and coding-system-for-write to binary fixed the problem. -- A. Filip ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: GNUs developer newsgroup
P.S. It is called "Gnus", not "GNUs", nor "GNUS". :-) /A -- "I'm only civil because I don't know any swear words." Adam Sjøgren a...@koldfront.dk ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english
Re: GNUs developer newsgroup
Pietro writes: > I can see several gmane.[..] newsgroup related to GNUs, is there a > specific one for development activities ? That would be: Group gmane.emacs.gnus.general Description Development list for Gnus, the Emacs newsreader - http://dir.gmane.org/gmane.emacs.gnus.general Which corresponds to the ding list, which is the Gnus development mailing list. (If the group had been created now, it would have been called ...gnus.devel, but the naming conventions were still being settled in the beginning of Gmane). Best regards, Adam -- "Okay, så håll käften och ta ner händerna, det är bra" Adam Sjøgren a...@koldfront.dk ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english