* Re: How to make my sent messages shown in a thread? [not found] <mailman.1075.1370508569.22516.help-gnu-emacs@gnu.org> @ 2013-06-06 9:37 ` Emanuel Berg 2013-06-07 1:00 ` Hongxu Chen [not found] ` <mailman.1124.1370566838.22516.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 9+ messages in thread From: Emanuel Berg @ 2013-06-06 9:37 UTC (permalink / raw) To: help-gnu-emacs Hongxu Chen <leftcopy.chx@gmail.com> writes: > I am using Gnus and there is a problem with it: When I send a > message, it goes to the `sent' archive. But when someone else > replies, I cannot see my own in the THREAD-VIEW. Yeah, I can > always see the original words of ourselves if others also quote > it; but is it possible for Gnus to grab my message when I am > using `A T' in gnus summary buffer (just as if it is a mail list > mirror)? Is THREAD-VIEW = gnus-summary-mode? In that case, I see mine, unless I read them, and then close (like any other article). Are you saying, you *never* see your posts in the summary? I've put together a small page on Gnus, if you feel like comparing notes. But, although Gnus works fine for me (more or less), and I've spent lots of time with it, I am still somewhat of a novice. Anyway: http://user.it.uu.se/~embe8573/gnus/index.html -- Emanuel Berg - programmer (hire me! CV below) computer projects: http://user.it.uu.se/~embe8573 internet activity: http://home.student.uu.se/embe8573 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How to make my sent messages shown in a thread? 2013-06-06 9:37 ` How to make my sent messages shown in a thread? Emanuel Berg @ 2013-06-07 1:00 ` Hongxu Chen 2013-06-07 1:25 ` Hongxu Chen [not found] ` <mailman.1124.1370566838.22516.help-gnu-emacs@gnu.org> 1 sibling, 1 reply; 9+ messages in thread From: Hongxu Chen @ 2013-06-07 1:00 UTC (permalink / raw) To: Emanuel Berg; +Cc: help-gnu-emacs Emanuel Berg <embe8573@student.uu.se> writes: > Hongxu Chen <leftcopy.chx@gmail.com> writes: > >> I am using Gnus and there is a problem with it: When I send a >> message, it goes to the `sent' archive. But when someone else >> replies, I cannot see my own in the THREAD-VIEW. Yeah, I can >> always see the original words of ourselves if others also quote >> it; but is it possible for Gnus to grab my message when I am >> using `A T' in gnus summary buffer (just as if it is a mail list >> mirror)? > > Is THREAD-VIEW = gnus-summary-mode? By saying THREAD-VIEW I mean I am trying to view the mails sorted by thread(number, subjects, date, etc); yeah, it is in gnus-summary-mode. > > In that case, I see mine, unless I read them, and then close (like > any other article). > > Are you saying, you *never* see your posts in the summary? > > I've put together a small page on Gnus, if you feel like comparing > notes. But, although Gnus works fine for me (more or less), and > I've spent lots of time with it, I am still somewhat of a novice. > > Anyway: http://user.it.uu.se/~embe8573/gnus/index.html That's a nice page, thanks! I took a glance at .emacs-gnus file and from the screenshot I believe you are subscribing usenet. However I am on the mail list. Emanuel, have you ever before tried the mail list? XeCycle also mentioned the `gcc' related settings and he suggested some configurations for special groups. I also noticed the variable `gnus-message-archive-group' might be useful(I am still trying). -- Regards, Hongxu Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How to make my sent messages shown in a thread? 2013-06-07 1:00 ` Hongxu Chen @ 2013-06-07 1:25 ` Hongxu Chen 0 siblings, 0 replies; 9+ messages in thread From: Hongxu Chen @ 2013-06-07 1:25 UTC (permalink / raw) To: Emanuel Berg, XeCycle; +Cc: help-gnu-emacs Hongxu Chen <leftcopy.chx@gmail.com> writes: > Emanuel Berg <embe8573@student.uu.se> writes: > >> Hongxu Chen <leftcopy.chx@gmail.com> writes: >> >>> I am using Gnus and there is a problem with it: When I send a >>> message, it goes to the `sent' archive. But when someone else >>> replies, I cannot see my own in the THREAD-VIEW. Yeah, I can >>> always see the original words of ourselves if others also quote >>> it; but is it possible for Gnus to grab my message when I am >>> using `A T' in gnus summary buffer (just as if it is a mail list >>> mirror)? >> >> Is THREAD-VIEW = gnus-summary-mode? > > By saying THREAD-VIEW I mean I am trying to view the mails sorted by > thread(number, subjects, date, etc); yeah, it is in gnus-summary-mode. > >> >> In that case, I see mine, unless I read them, and then close (like >> any other article). >> >> Are you saying, you *never* see your posts in the summary? >> >> I've put together a small page on Gnus, if you feel like comparing >> notes. But, although Gnus works fine for me (more or less), and >> I've spent lots of time with it, I am still somewhat of a novice. >> >> Anyway: http://user.it.uu.se/~embe8573/gnus/index.html > > That's a nice page, thanks! I took a glance at .emacs-gnus file > and from the screenshot I believe you are subscribing usenet. However I > am on the mail list. Emanuel, have you ever before tried the mail list? > > XeCycle also mentioned the `gcc' related settings and he suggested > some configurations for special groups. I also noticed the variable > `gnus-message-archive-group' might be useful(I am still trying). For the record, I succeeded to get a copy of my sent message in `inbox' with the settings below, although it is just a workaround. (setq gnus-gcc-mark-as-read t) ;; don't read the sent messages (setq gnus-message-archive-group '("nnmaildir+mymailbox:sent" "nnmaildir+mymailbox:inbox")) The other settings can be seen at this page: https://github.com/HongxuChen/dotfiles/blob/master/_emacs.d/config/init-gnus.el It's far from perfect, but enough for my requirements presently. -- Regards, Hongxu Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <mailman.1124.1370566838.22516.help-gnu-emacs@gnu.org>]
* Re: How to make my sent messages shown in a thread? [not found] ` <mailman.1124.1370566838.22516.help-gnu-emacs@gnu.org> @ 2013-06-07 18:46 ` Emanuel Berg 2013-06-08 1:29 ` Hongxu Chen [not found] ` <mailman.1200.1370654958.22516.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 9+ messages in thread From: Emanuel Berg @ 2013-06-07 18:46 UTC (permalink / raw) To: help-gnu-emacs Hongxu Chen <leftcopy.chx@gmail.com> writes: > I took a glance at .emacs-gnus file and from the screenshot I > believe you are subscribing usenet. However I am on the mail > list. Emanuel, have you ever before tried the mail list? Yes, I am reading gnu.emacs.help as a newsgroup, with Gnus. You are also using Gnus, only you use it as a mail client, and you get - well, this very message, for example - as a *mail*? (Is that correct?) In that case, I guess you could automatize (add a hook to sent message) to add a CC: or GCC: header to also send it to your email. Perhaps this is already done, and you can activate it as an option. I use rmail for mail, and because rmail doesn't have an interface (at least not by default) to show sent mails, when you reply to a mail in rmail, your mail is added as a CC: automatically. (I don't like that, so I had to change it.) But, I don't think rmail is a good alternative for you because rmail isn't threaded. -- Emanuel Berg - programmer (hire me! CV below) computer projects: http://user.it.uu.se/~embe8573 internet activity: http://home.student.uu.se/embe8573 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How to make my sent messages shown in a thread? 2013-06-07 18:46 ` Emanuel Berg @ 2013-06-08 1:29 ` Hongxu Chen [not found] ` <mailman.1200.1370654958.22516.help-gnu-emacs@gnu.org> 1 sibling, 0 replies; 9+ messages in thread From: Hongxu Chen @ 2013-06-08 1:29 UTC (permalink / raw) To: Emanuel Berg; +Cc: help-gnu-emacs Emanuel Berg <embe8573@student.uu.se> writes: > Hongxu Chen <leftcopy.chx@gmail.com> writes: > >> I took a glance at .emacs-gnus file and from the screenshot I >> believe you are subscribing usenet. However I am on the mail >> list. Emanuel, have you ever before tried the mail list? > > Yes, I am reading gnu.emacs.help as a newsgroup, with Gnus. > > You are also using Gnus, only you use it as a mail client, and you > get - well, this very message, for example - as a *mail*? (Is that correct?) > > In that case, I guess you could automatize (add a hook to sent > message) to add a CC: or GCC: header to also send it to your > email. Perhaps this is already done, and you can activate it as an > option. Yeah, I finally figure that I need to add an entry for `Gcc', and it works! > > I use rmail for mail, and because rmail doesn't have an interface > (at least not by default) to show sent mails, when you reply to a > mail in rmail, your mail is added as a CC: automatically. (I don't > like that, so I had to change it.) But, I don't think rmail is a > good alternative for you because rmail isn't threaded. Thanks for your help. -- Regards, Hongxu Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <mailman.1200.1370654958.22516.help-gnu-emacs@gnu.org>]
* Re: How to make my sent messages shown in a thread? [not found] ` <mailman.1200.1370654958.22516.help-gnu-emacs@gnu.org> @ 2017-01-29 5:15 ` narendraj9 2017-01-31 18:00 ` Michael Heerdegen 0 siblings, 1 reply; 9+ messages in thread From: narendraj9 @ 2017-01-29 5:15 UTC (permalink / raw) To: help-gnu-emacs On Saturday, 8 June 2013 06:59:05 UTC+5:30, Hongxu Chen wrote: > Emanuel Berg <embe8573@student.uu.se> writes: > > > Hongxu Chen <leftcopy.chx@gmail.com> writes: > > > >> I took a glance at .emacs-gnus file and from the screenshot I > >> believe you are subscribing usenet. However I am on the mail > >> list. Emanuel, have you ever before tried the mail list? > > > > Yes, I am reading gnu.emacs.help as a newsgroup, with Gnus. > > > > You are also using Gnus, only you use it as a mail client, and you > > get - well, this very message, for example - as a *mail*? (Is that correct?) > > > > In that case, I guess you could automatize (add a hook to sent > > message) to add a CC: or GCC: header to also send it to your > > email. Perhaps this is already done, and you can activate it as an > > option. > Yeah, I finally figure that I need to add an entry for `Gcc', and it works! > > > Regards, > Hongxu Chen What did you need to change to accomplish this? Narendra ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How to make my sent messages shown in a thread? 2017-01-29 5:15 ` narendraj9 @ 2017-01-31 18:00 ` Michael Heerdegen 0 siblings, 0 replies; 9+ messages in thread From: Michael Heerdegen @ 2017-01-31 18:00 UTC (permalink / raw) To: narendraj9; +Cc: help-gnu-emacs narendraj9@gmail.com writes: > > Yeah, I finally figure that I need to add an entry for `Gcc', and it > > works! > What did you need to change to accomplish this? If you mean automatically: AFAIK the canonical answer is "with posting styles". Michael. ^ permalink raw reply [flat|nested] 9+ messages in thread
* How to make my sent messages shown in a thread? @ 2013-06-06 8:49 Hongxu Chen 2013-06-06 10:02 ` XeCycle 0 siblings, 1 reply; 9+ messages in thread From: Hongxu Chen @ 2013-06-06 8:49 UTC (permalink / raw) To: help-gnu-emacs Hi list, I am using Gnus and there is a problem with it: When I send a message, it goes to the `sent' archive. But when someone else replies, I cannot see my own in the THREAD-VIEW. Yeah, I can always see the original words of ourselves if others also quote it; but is it possible for Gnus to grab my message when I am using `A T' in gnus summary buffer(just as if it is a mail list mirror)? Another related question about the experience of thread reading: When I `(setq gnus-fetch-old-headers t)', the articles in one thread are is NOT always guaranteed to be listed; at least less than the entries when `gnus-summary-refer-thread' is executed. Is it supposed to be so or I am missing something? Thanks, Hongxu Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How to make my sent messages shown in a thread? 2013-06-06 8:49 Hongxu Chen @ 2013-06-06 10:02 ` XeCycle 0 siblings, 0 replies; 9+ messages in thread From: XeCycle @ 2013-06-06 10:02 UTC (permalink / raw) To: help-gnu-emacs Hongxu Chen <leftcopy.chx@gmail.com> writes: > Hi list, > > I am using Gnus and there is a problem with it: When I send a message, > it goes to the `sent' archive. But when someone else replies, I cannot > see my own in the THREAD-VIEW. Yeah, I can always see the original > words of ourselves if others also quote it; but is it possible for > Gnus to grab my message when I am using `A T' in gnus summary > buffer(just as if it is a mail list mirror)? Something like gcc-self (just search it in the manual). > Another related question about the experience of thread reading: When > I `(setq gnus-fetch-old-headers t)', the articles in one thread are > is NOT always guaranteed to be listed; at least less than the entries > when `gnus-summary-refer-thread' is executed. Is it supposed to be so > or I am missing something? I've no idea about this. -- Carl Lei (XeCycle) Department of Physics, Shanghai Jiao Tong University OpenPGP public key: 7795E591 Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591 ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-01-31 18:00 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <mailman.1075.1370508569.22516.help-gnu-emacs@gnu.org> 2013-06-06 9:37 ` How to make my sent messages shown in a thread? Emanuel Berg 2013-06-07 1:00 ` Hongxu Chen 2013-06-07 1:25 ` Hongxu Chen [not found] ` <mailman.1124.1370566838.22516.help-gnu-emacs@gnu.org> 2013-06-07 18:46 ` Emanuel Berg 2013-06-08 1:29 ` Hongxu Chen [not found] ` <mailman.1200.1370654958.22516.help-gnu-emacs@gnu.org> 2017-01-29 5:15 ` narendraj9 2017-01-31 18:00 ` Michael Heerdegen 2013-06-06 8:49 Hongxu Chen 2013-06-06 10:02 ` XeCycle
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).