Gnus development mailing list
 help / color / mirror / Atom feed
* Patch: be verbose if POP3  setup is not ok
@ 1998-09-08 16:08 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-09-08 16:08 UTC (permalink / raw)



    Hi,

    I'm currently trying to get my 2 POP3 acocunts integrated with gnus
    and in the process I thought this would be nicer message to
    user than just an cryptic error.

    Patch is against pgnus 0.13

    jari

--- nnmail.el.orig-p0.13	Tue Sep  8 18:51:35 1998
+++ nnmail.el	Tue Sep  8 19:04:48 1998
@@ -629,6 +629,17 @@
 			 (set-buffer errors)
 			 (insert (prin1-to-string err))
 			 (setq result 255))))
+		  ;; expand-file-name below breaks if we don't check this.
+		  (unless (stringp nnmail-movemail-program)
+		    (with-output-to-temp-buffer "*Gnus Error*"
+		      (princ
+		       (message
+			(concat "Your nnmail-movemail-program must be string "
+				"or callable lisp function. \nPlease check "
+				"your setup. Value was [%s]")
+			(prin1-to-string nnmail-movemail-program))))
+		    (error "Gnus: Error, Check nnmail-movemail-program"))
 		  (let ((default-directory "/"))
 		    (setq result
 			  (apply


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Feature req: import/export Group parameter or Server data
@ 1998-11-05 16:52 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-11-05 16:52 UTC (permalink / raw)



    I'd like to see a function that steps through all Groups and
    Topics and which would dump the Group parameter (And server)
    data in so that I could save that periodically to
    separate backup disk.

    So if my .newsrc* is sometimes gone or if I killed some groups
    by accident, I could cut'n paste or Import the Group Parameter
    back to the group

    So a simple Write/Read Group parameter data to a file would
    be fine for now. A Map-through-groups toplevel function would
    be next step.

    I also move data between several Emasc/Gnus in different sites, so
    exporting, importing Group/Server data would be nice.

    jari

    


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Pterodactyl Gnus v0.36 is released
@ 1998-10-20 18:26 Lars Magne Ingebrigtsen
  1998-10-20 19:27 ` *Group* buffer disappearance (Re: Pterodactyl Gnus v0.36 is released) Lloyd Zusman
  0 siblings, 1 reply; 115+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-20 18:26 UTC (permalink / raw)


Bug fixes and nested multipart stuff.

Get it from <URL:http://www.gnus.org/pgnus.tar.gz> or
"/ftp@ftp.gnus.org:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.gnus.org/patches/pgnus-0.35-0.36.diff.gz>.

ChangeLog since last release:

Tue Oct 20 20:25:03 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Pterodactyl Gnus v0.36 is released.

1998-10-20 18:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-art.el (article-translate-strings): 
	(gnus-article-dumbquotes-map): Don't dot.

	* pop3.el (pop3-open-server): Set point right.

	* mm-decode.el (mm-dissect-multipart): Dissect hierarchically. 
	(mm-dissect-buffer): Ditto.
	(mm-destroy-part): Ignore non-handles.
	(mm-remove-part): Ditto.
	(mm-destroy-parts): New function.
	(mm-remove-parts): Ditto.

	* gnus-art.el (gnus-mm-display-part): Don't move point.

Tue Oct 20 02:16:36 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-uu.el : New file.
	
	* gnus-art.el (gnus-display-mime): Dissect uu stuffs.
	
	* mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
	a function.

1998-10-20 00:35:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* mm-decode.el (mm-display-external): Check before selecting.



-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 115+ messages in thread
* compatibility request -- `q' in *Article* buffer shouldn't quit group
@ 1998-10-11  6:48 SL Baur
  1998-10-11 15:29 ` Lars Magne Ingebrigtsen
       [not found] ` <6f7ly7i16q.fsf@dna.lth.se>
  0 siblings, 2 replies; 115+ messages in thread
From: SL Baur @ 1998-10-11  6:48 UTC (permalink / raw)


Could `q' from inside the *Article* buffer please return to the
*Summary* buffer the same way it did with TM?


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Suggestion: to problem nndraft "Can't select group"
@ 1998-09-03 15:57 Jari Aalto+list.ding
  1998-09-03 17:10 ` David S. Goldberg
  0 siblings, 1 reply; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-09-03 15:57 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 623 bytes --]


    Hi,

    I posted before question why I couldn't select nndraft group which did
    contain articles if I looked into directory. The server was open, the
    path was okay, but still I got message

        Can't select group

    After lot of Edebugging, i found out that I was missing entry

        (display . all)

    from the Group parameters. After I put it there, the articles were read
    and I could access nndraft. I think it would be good idea to add that
    group parameter by default in the nndraft groups so that user don't get
    confused about the misleding "Can't select group" message.

    jari


[-- Attachment #2: Type: text/plain, Size: 1885 bytes --]


THE INITIAL SITUATION

              (gnus-select-newsgroup "nndraft:drafts" t)
                gnus-articles-to-read
              --> Can't select group

    gnus-select-newsgroup called gnus-articles-to-read but it didn't find
    anything. cond statement in gnus-articles-to-read triggered 0, thus
    returning nil back, and hence error message


(defun gnus-select-newsgroup (group &optional read-all select-articles)
    ;; Adjust and set lists of article marks.
    (when info
      (gnus-adjust-marked-articles info))

info --> ("nndraft:drafts" 1 nil nil (nndraft "") ((timestamp 13711 39412) (expiry-wait . 5) (total-expire . t) (gnus-dummy (gnus-draft-mode))))

    (if (setq articles select-articles)
        (setq gnus-newsgroup-unselected
              (gnus-sorted-intersection
               gnus-newsgroup-unreads
               (gnus-sorted-complement gnus-newsgroup-unreads articles)))
      (setq articles (gnus-articles-to-read group read-all)))


    (if (setq articles select-articles)
--> nil 
      (setq articles (gnus-articles-to-read group read-all)))
--> 0

and later the cond statement in gnus-select-newsgroup

     ((eq articles 0) nil)


(defun gnus-articles-to-read (group &optional read-all)
  ;; Find out what articles the user wants to read.
  (let* ((articles
          ;; Select all articles if `read-all' is non-nil, or if there
          ;; are no unread articles.
          (if (or read-all
                  (and (zerop (length gnus-newsgroup-marked))
--> '(19)       
                       (zerop (length gnus-newsgroup-unreads)))
--> nil

        articles
--> nil 


AFTER I PUT (display . all) TO GROUP PARAMETER    


info --> ("nndraft:drafts" 1 ((1 . 133) 135 (137 . 140) (142 . 143) (145 . 155) (157 . 163) (165 . 170)) nil (nndraft "") ((timestamp 13806 46863) (expiry-wait . 5) (total-expire . t) (gnus-dummy (gnus-draft-mode))))

^ permalink raw reply	[flat|nested] 115+ messages in thread
* Hallvard's gnus-e20/19.34/Pgnus 0.13 emulation (backtrace included)
@ 1998-09-02 13:26 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-09-02 13:26 UTC (permalink / raw)


    
    I'm having great success running Pgnus with 19.34, but then I hit this.
    (Thanks Hallvard's for gnus-e20.el)

        (gnus-version)"Pterodactyl Gnus v0.13

    Does string-to-number take new parameter in Emacs 20.x ? Anyone
    care to post the emulation function?

    jari

qp.el

(defun quoted-printable-decode-region (from to)
  "Decode quoted-printable in the region between FROM and TO."
  (interactive "r")
  (save-excursion
    (goto-char from)
    (while (search-forward "=" to t)
      (cond ((eq (following-char) ?\n)
             (delete-char -1)
             (delete-char 1))
            ((and
              (memq (following-char) quoted-printable-encoding-characters)
              (memq (char-after (1+ (point)))
                    quoted-printable-encoding-characters))
             (subst-char-in-region
              (1- (point)) (point) ?=
              (string-to-number
               (buffer-substring (point) (+ 2 (point)))
>>             16))
             (delete-char 2))
            ((looking-at "=")
             (delete-char 1))
            ((message "Malformed MIME quoted-printable message"))))))



Signaling: (wrong-number-of-arguments #<subr string-to-number> 2)
  (string-to-number (buffer-substring (point) (+ 2 ...)) 16)
  (subst-char-in-region (1- (point)) (point) 61 (string-to-number (buffer-substring ... ...) 16))
  (cond ((eq ... 10) (delete-char -1) (delete-char 1)) ((and ... ...) (subst-char-in-region ... ... 61 ...) (delete-char 2)) ((looking-at "=") (delete-char 1)) ((message "Malformed MIME quoted-printable message")))
  (while (search-forward "=" to t) (cond (... ... ...) (... ... ...) (... ...) (...)))
  (save-excursion (goto-char from) (while (search-forward "=" to t) (cond ... ... ... ...)))
  quoted-printable-decode-region(2316 2573)
  (progn (goto-char (point-min)) (search-forward "\n\n" nil (quote move)) (quoted-printable-decode-region (point) (point-max)))
  (if (or force (and type ...)) (progn (goto-char ...) (search-forward "\n\n" nil ...) (quoted-printable-decode-region ... ...)))
  (when (or force (and type ...)) (goto-char (point-min)) (search-forward "\n\n" nil (quote move)) (quoted-printable-decode-region (point) (point-max)))
  (let ((buffer-read-only nil) (type ...)) (gnus-article-decode-rfc1522) (when (or force ...) (goto-char ...) (search-forward "\n\n" nil ...) (quoted-printable-decode-region ... ...)))
  (save-excursion (let (... ...) (gnus-article-decode-rfc1522) (when ... ... ... ...)))
  article-de-quoted-unreadable()
  apply(article-de-quoted-unreadable nil)
  (if interactive (call-interactively (quote article-de-quoted-unreadable)) (apply (quote article-de-quoted-unreadable) args))
  (save-excursion (set-buffer gnus-article-buffer) (if interactive (call-interactively ...) (apply ... args)))
  gnus-article-de-quoted-unreadable()
  (progn (when (boundp ...) (cond ... ...)) (gnus-article-de-quoted-unreadable) (if (fboundp ...) (gnus-article-strip-multiple-blank-lines)) (gnus-article-hide-citation-maybe nil) (gnus-article-hide-signature nil) (when (string-match "nntp" gnus-newsgroup-name) (gnus-article-hide-headers nil)) (when (re-search-check "PGP ") (if ... ... ...)) (my-gnus-article-url) (when (fboundp ...) (gnus-article-date-user)) (when my-:window-system) (when (string-match "XEmacs" emacs-version)) (when (fboundp ...)) (when (and ... ...) (let ... ...)))
  (if (buffer-live-p (get-buffer gnus-article-buffer)) (progn (when ... ...) (gnus-article-de-quoted-unreadable) (if ... ...) (gnus-article-hide-citation-maybe nil) (gnus-article-hide-signature nil) (when ... ...) (when ... ...) (my-gnus-article-url) (when ... ...) (when my-:window-system) (when ...) (when ...) (when ... ...)))
  (when (buffer-live-p (get-buffer gnus-article-buffer)) (when (boundp ...) (cond ... ...)) (gnus-article-de-quoted-unreadable) (if (fboundp ...) (gnus-article-strip-multiple-blank-lines)) (gnus-article-hide-citation-maybe nil) (gnus-article-hide-signature nil) (when (string-match "nntp" gnus-newsgroup-name) (gnus-article-hide-headers nil)) (when (re-search-check "PGP ") (if ... ... ...)) (my-gnus-article-url) (when (fboundp ...) (gnus-article-date-user)) (when my-:window-system) (when (string-match "XEmacs" emacs-version)) (when (fboundp ...)) (when (and ... ...) (let ... ...)))
  my-gnus-article-display-hook-list()
  run-hooks(gnus-article-display-hook)
  apply(run-hooks gnus-article-display-hook)
  (unwind-protect (apply (quote run-hooks) funcs) (set-buffer buf))
  (let ((buf ...)) (unwind-protect (apply ... funcs) (set-buffer buf)))
  gnus-run-hooks(gnus-article-display-hook)
  (let (buffer-read-only) (gnus-run-hooks (quote gnus-tmp-internal-hook)) (gnus-run-hooks (quote gnus-article-prepare-hook)) (when gnus-show-mime (if ... ... ...)) (gnus-run-hooks (quote gnus-article-display-hook)))
  (progn (let (buffer-read-only) (gnus-run-hooks ...) (gnus-run-hooks ...) (when gnus-show-mime ...) (gnus-run-hooks ...)) (goto-char (point-min)) (setq gnus-page-broken (when gnus-break-pages ... t)))
  (if (or (numberp article) (stringp article)) (progn (let ... ... ... ... ...) (goto-char ...) (setq gnus-page-broken ...)))
  (when (or (numberp article) (stringp article)) (let (buffer-read-only) (gnus-run-hooks ...) (gnus-run-hooks ...) (when gnus-show-mime ...) (gnus-run-hooks ...)) (goto-char (point-min)) (setq gnus-page-broken (when gnus-break-pages ... t)))
  (if (or (eq result ...) (eq result ...)) (progn (save-excursion ... ... ... ... ...) (gnus-set-mode-line ...)) (when (and ... ...) (save-excursion ... ... ... ... ... ... ... ... ... ... ...)) (when (or ... ...) (let ... ... ... ... ...) (goto-char ...) (setq gnus-page-broken ...)) (gnus-set-mode-line (quote article)) (gnus-configure-windows (quote article)) (goto-char (point-min)) (search-forward "\n\n" nil t) (set-window-point (get-buffer-window ...) (point)) t)
  (if (not (setq result ...)) (save-excursion (when ... ... ... ... ...)) (if (or ... ...) (progn ... ...) (when ... ...) (when ... ... ... ...) (gnus-set-mode-line ...) (gnus-configure-windows ...) (goto-char ...) (search-forward "\n\n" nil t) (set-window-point ... ...) t))
  (save-excursion (gnus-article-setup-buffer) (set-buffer gnus-article-buffer) (when (and ... transient-mark-mode) (setq mark-active nil)) (if (not ...) (save-excursion ...) (if ... ... ... ... ... ... ... ... ... t)))
  (let* ((gnus-article ...) (summary-buffer ...) (gnus-tmp-internal-hook gnus-article-internal-prepare-hook) (group gnus-newsgroup-name) result) (save-excursion (gnus-article-setup-buffer) (set-buffer gnus-article-buffer) (when ... ...) (if ... ... ...)))
  (save-excursion (unless (eq major-mode ...) (set-buffer gnus-summary-buffer)) (setq gnus-summary-buffer (current-buffer)) (let* (... ... ... ... result) (save-excursion ... ... ... ...)))
  gnus-article-prepare(5592 nil)
  (if gnus-summary-display-article-function (funcall gnus-summary-display-article-function article all-header) (gnus-article-prepare article all-header))
  (prog1 (if gnus-summary-display-article-function (funcall gnus-summary-display-article-function article all-header) (gnus-article-prepare article all-header)) (gnus-run-hooks (quote gnus-select-article-hook)) (when (and gnus-current-article ...) (gnus-summary-goto-subject gnus-current-article)) (gnus-summary-recenter) (when (and gnus-use-trees gnus-show-threads) (gnus-possibly-generate-tree article) (gnus-highlight-selected-tree article)) (gnus-article-set-window-start (cdr ...)))
  (if (null article) nil (prog1 (if gnus-summary-display-article-function ... ...) (gnus-run-hooks ...) (when ... ...) (gnus-summary-recenter) (when ... ... ...) (gnus-article-set-window-start ...)))
  gnus-summary-display-article(5592)
  (or (gnus-summary-display-article (gnus-summary-article-number)) (eq (gnus-summary-article-mark) gnus-canceled-mark))
  (and (gnus-summary-search-forward unread subject backward) (or (gnus-summary-display-article ...) (eq ... gnus-canceled-mark)))
  (cond ((and ... ...) (gnus-summary-position-point)) ((and subject gnus-auto-select-same ...) (gnus-summary-position-point) (gnus-message 6 "Wrapped")) ((and gnus-auto-extend-newsgroup ... ...) (gnus-summary-goto-article ... nil ...)) (t (unless ... ...) (let ... ... ...)))
  gnus-summary-next-article(nil)
* call-interactively(gnus-summary-next-article)


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Suggestion: Topic mode get news and topic group indentation level
@ 1998-08-24 22:12 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-24 22:12 UTC (permalink / raw)



    I know that topics don't actually "nest", but would it be possible.
    I would find it neat to Hit M-g at topmost topic level 
    and get all subtopics read in.

        Main-Topic          <-- Hit M-g and get Topic1, Topic2 read?
            Sub-Topic1
            Sub-Topic2

    I guess that would be matter of looping through topics
    that have indentation level ++ compared to current topic 
    indentation level.

    jari


^ permalink raw reply	[flat|nested] 115+ messages in thread
* patch: 5.6.38 gnus-uu, new regexp marking commands
@ 1998-08-22 15:12 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-22 15:12 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 830 bytes --]


    Hi,

    A day ago I subscribed to handfull of new mailing lists and when I
    was away last night my procmail recipes sorted them to wrong folders.
    so I had to move lot of mail from group to another.

    The first command that come into my mind was 

	gnus-uu-mark-by-regexp

    But it only matched subjects. I assumed it would match the 
    visible Summary line, but it didn't :-). There was nothing in common
    in the subject lines that come from eg liserv XXX. However If I
    matched against From field, then I could tag all the messages
    coming from particular list and move then all to right group.

    Here is the new functions that do that: They un/mark articles
    that match From field. The patch is against 5.6.38. Feel free
    to move the new keybinds to somewhere more appropriate.

    jari



[-- Attachment #2: Type: text/plain, Size: 639 bytes --]

Sat Aug 22 17:56:04 1998  Jari Aalto  <jari.aalto@poboxes.com>

	* gnus-uu.el ((gnus-uu-mark-map "P" gnus-summary-mark-map)):
	Added commands
	"f" gnus-uu-mark-by-from-regexp
	"F" gnus-uu-unmark-by-from-regexp
	(gnus-uu-mark-by-from-regexp): New user function.
	(gnus-uu-find-articles-matching): Added anew arg `data-flag'
	Which may have other uses in the future. Curretly if flag
	is set to non-nil, the matching list is generated by looking
	at `from' fields. If flag is nil, then list is generated
	by looking at `subject'.
	(gnus-uu-find-articles-matching): variable changes
	`list-of-subjects' --> `list' and `subject' --> `string'


[-- Attachment #3: gnus-uu.el.diff --]
[-- Type: text/plain, Size: 3108 bytes --]

Prereq: 1.1

===================================================================
RCS file: RCS/gnus-uu.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.1	1998/08/22 14:53:26
+++ 1.2	1998/08/22 15:01:27
@@ -356,6 +356,8 @@
   "g" gnus-uu-unmark-region
   "R" gnus-uu-mark-by-regexp
   "G" gnus-uu-unmark-by-regexp
+  "f" gnus-uu-mark-by-from-regexp
+  "F" gnus-uu-unmark-by-from-regexp
   "t" gnus-uu-mark-thread
   "T" gnus-uu-unmark-thread
   "a" gnus-uu-mark-all
@@ -578,6 +580,25 @@
   (interactive (list (read-from-minibuffer "Mark (regexp): ")))
   (gnus-uu-mark-by-regexp regexp t))
 
+
+(defun gnus-uu-mark-by-from-regexp (regexp &optional unmark)
+  "Ask for a regular expression and set the process mark on all articles that match `From'."
+  (interactive (list (read-from-minibuffer "Mark (From regexp): ")))
+  (let ((articles (gnus-uu-find-articles-matching regexp nil nil 'from)))
+    (while articles
+      (if unmark
+	  (gnus-summary-remove-process-mark (pop articles))
+	(gnus-summary-set-process-mark (pop articles))))
+    (message ""))
+  (gnus-summary-position-point))
+
+
+(defun gnus-uu-unmark-by-from-regexp (regexp &optional unmark)
+  "Ask for a regular expression and remove the process mark on all articles that match `from' ."
+  (interactive (list (read-from-minibuffer "Mark (regexp): ")))
+  (gnus-uu-mark-by-from-regexp regexp t))
+
+
 (defun gnus-uu-mark-series ()
   "Mark the current series with the process mark."
   (interactive)
@@ -1081,14 +1102,19 @@
   (string< (car l1) (car l2)))
 
 (defun gnus-uu-find-articles-matching
-  (&optional subject only-unread do-not-translate)
+  (&optional subject only-unread do-not-translate data-flag)
   ;; Finds all articles that matches the regexp SUBJECT.  If it is
   ;; nil, the current article name will be used.  If ONLY-UNREAD is
   ;; non-nil, only unread articles are chosen.  If DO-NOT-TRANSLATE is
   ;; non-nil, article names are not equalized before sorting.
+  ;;
+  ;; If DATA-FLAG is non-nil, match `from' gnus-data instead of `subject'
   (let ((subject (or subject
 		     (gnus-uu-reginize-string (gnus-summary-article-subject))))
-	list-of-subjects)
+	list
+	from
+	string
+	)
     (save-excursion
       (if (not subject)
 	  ()
@@ -1104,16 +1130,21 @@
 			gnus-unread-mark)
 		     (= mark gnus-ticked-mark)
 		     (= mark gnus-dormant-mark))
-		 (setq subj (mail-header-subject (gnus-data-header d)))
-		 (string-match subject subj)
-		 (push (cons subj (gnus-data-number d))
-		       list-of-subjects))))
+		 (cond
+		  ((null data-flag)
+		   (setq string (mail-header-subject (gnus-data-header d)))
+		   (string-match subject string))
+		  (t
+		   (setq string (mail-header-from (gnus-data-header d)))
+		   (string-match subject string)))
+		 (push (cons string (gnus-data-number d))
+		       list))))
 
 	;; Expand numbers, sort, and return the list of article
 	;; numbers.
 	(mapcar (lambda (sub) (cdr sub))
 		(sort (gnus-uu-expand-numbers
-		       list-of-subjects
+		       list
 		       (not do-not-translate))
 		      'gnus-uu-string<))))))
 


    
    

^ permalink raw reply	[flat|nested] 115+ messages in thread
* Suggestion: *Group* SPC to show only new articles?
@ 1998-08-21 15:49 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-21 15:49 UTC (permalink / raw)



    Would it be possible to add eg. new symbolic prefix argument
    to SPC key that is used to enter a group (I'm using topic mode)

        gnus-topic-read-group
        
    So that gnus would show only newly arrived articles. Now I manually
    Hit the count of the arrived articles to see what's new in there:
    Eg. if 2 messages has arrived, I can browse the group lighting fast
    with:

        M-2 gnus-topic-read-group
        
    But it's pain to enter different number for each group. 

    jari
        


^ permalink raw reply	[flat|nested] 115+ messages in thread
* pop3 reading with gnus?
@ 1998-08-21  9:35 jari.aalto
  1998-08-21  9:56 ` Jean-Yves Perrier
  0 siblings, 1 reply; 115+ messages in thread
From: jari.aalto @ 1998-08-21  9:35 UTC (permalink / raw)



    Hi,

    Does anyone have pointers to set up Gnus for POP3 mailboxes
    in remoe sites?

    jari


^ permalink raw reply	[flat|nested] 115+ messages in thread
* 5.6.38 Can't read drafts server?
@ 1998-08-20 20:29 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-20 20:29 UTC (permalink / raw)



    Gnus denies access to drafts grou when I press SPC.
    What should I check?

    jari

Group buffer:

       [1]     0      *: nndraft:queue      0 
       [1]     0      *: nndraft:drafts     0 

Messages when pressing SPC:

    nndraft:queue error: Opened server  
    using directory /users/jaalto/News/drafts/

    nndraft:drafts error: Opened server  
    using directory /users/jaalto/News/drafts/

Directory:

creator gnus ls -la /users/jaalto/News/drafts/
total 10
drwxr-xr-x   4 jaalto     nms             96 May  7 15:27 .
drwxr-xr-x   6 jaalto     nms           4096 May 26 19:10 ..
drwxr-xr-x   2 jaalto     nms           1024 Aug 20 23:26 drafts
drwxr-xr-x   2 jaalto     nms             96 May  7 15:27 queue

creator gnus ls -la /users/jaalto/News/drafts/drafts/
total 134
-rw-r--r--   1 jaalto     nms           9083 Aug 19 21:03 #68#
-rw-r--r--   1 jaalto     nms            727 Aug 20 23:28 #87#
drwxr-xr-x   2 jaalto     nms           1024 Aug 20 23:26 .
drwxr-xr-x   4 jaalto     nms             96 May  7 15:27 ..
-rw-r--r--   1 jaalto     nms            964 May  7 15:27 10~
-rw-r--r--   1 jaalto     nms          14507 Jun 23 15:05 50
-rw-r--r--   1 jaalto     nms          11171 Jun 24 16:29 52
-rw-r--r--   1 jaalto     nms          10793 Jun 24 16:29 53
-rw-r--r--   1 jaalto     nms           9077 Aug 19 21:04 68
-rw-r--r--   1 jaalto     nms           7597 Aug 19 22:22 77
-rw-r--r--   1 jaalto     nms             71 Aug 20 23:16 86

creator gnus ls -la /users/jaalto/News/drafts/queue/
total 0
drwxr-xr-x   2 jaalto     nms             96 May  7 15:27 .
drwxr-xr-x   4 jaalto     nms             96 May  7 15:27 ..


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Suggestion: Command to rename all Subejcts in thread
@ 1998-08-19 15:57 Jari Aalto+list.ding
  0 siblings, 0 replies; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-19 15:57 UTC (permalink / raw)



    Hi,

    As email is the primary communication channel to customers, our
    support persons and to lab people, it's very usual that people send
    Subjects that don't tell much. Eg:

        Subject: Process won't stay up
    
    Then several people take into part the discussion, but the subject
    stays the same.

    I would like to see a command in Summary buffer where I could
    stand at the top of thread and appply

        "Change ann messages' Subject in this theread to...."

    So that I can write something that better describes the problem
    beeing discussed, like adding system version, customer code, 
    process name etc.

    It also happens that I move several messages under one thread, because
    they are talking about the same thing, so the Subject rename command
    would be of assis here too. No I see different subjects under
    same thread where I have moved them.

    Pretty, Please Lars, Any chance to see that command in near future?

    jari




^ permalink raw reply	[flat|nested] 115+ messages in thread
* Master or slave??
@ 1998-08-17  9:04 Andy Eskilsson
       [not found] ` <6flnooezsi.fsf@bavur.dna.lth.se>
  0 siblings, 1 reply; 115+ messages in thread
From: Andy Eskilsson @ 1998-08-17  9:04 UTC (permalink / raw)


As the careful person I am I want to know if it is the 'master' GNUS I
am getting in touch with, or the slave.. I am afraid of the whips and
leather..

Are there any good way to determine which of the gnusae that are
running in my emacs?

	/andy


^ permalink raw reply	[flat|nested] 115+ messages in thread
* Marking new unread articles differently?
@ 1998-08-15 19:37 Matt Simmons
  1998-08-15 20:43 ` Lars Magne Ingebrigtsen
                   ` (2 more replies)
  0 siblings, 3 replies; 115+ messages in thread
From: Matt Simmons @ 1998-08-15 19:37 UTC (permalink / raw)


I can't be the only one who has obscene numbers of unread messages
rotting away in my mailbox.  This causes me to lose new messages,
especially when the appear as part of a thread headed by previously
unread messages.

Is there any way to have the messages that have appeared since the
last time the spool was inc'd displayed in a different face in the
Summary Buffer?  This would make it easier to differentiate between
old and new unread messages.

Thanks

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
	 Everyone has a photographic memory. Some just don't have film.


^ permalink raw reply	[flat|nested] 115+ messages in thread
* request: commands for subsribe/unsubsribe from/to mailing lists
@ 1998-08-13 14:39 Jari Aalto+list.ding
       [not found] ` <jari.aalto@poboxes.com>
  0 siblings, 1 reply; 115+ messages in thread
From: Jari Aalto+list.ding @ 1998-08-13 14:39 UTC (permalink / raw)



    Hi,

    I just got back from vacation and noticed that my forwarding service
    had had troubles. I'm subsribed to several lists and most of
    the MLM managers that run the lists had sent me probes to determine
    that my address was not alive any more and terminated the 
    list subsribtion.
    
    It was kinda annoying to recall from old messages what were the
    exact conditions and addresses to re-subscribe back to the lists.

    Would if be possible to have 2 new commands to summary buffer which would:

        - unsubsribe from mailing list (eg. when taking a long leave)
        - subsribe to mailing list
    
    I'm assuming that Group parameter had entry defining how to 
    subsribe to the list by telling what are the header/body values and
    to which address the request should be sent. Something like

         (subscribe
          (from . "<jari.aalto@poboxes.com>")
          (to . "<LISTSERV@peach.ease.lsoft.com>")
          (body "subscribe SPAM-L Jari Aalto"))

    And something similar for unsubscribe.

    jari


^ permalink raw reply	[flat|nested] 115+ messages in thread

end of thread, other threads:[~1998-11-05 18:27 UTC | newest]

Thread overview: 115+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-08 16:08 Patch: be verbose if POP3 setup is not ok Jari Aalto+list.ding
  -- strict thread matches above, loose matches on Subject: below --
1998-11-05 16:52 Feature req: import/export Group parameter or Server data Jari Aalto+list.ding
1998-10-20 18:26 Pterodactyl Gnus v0.36 is released Lars Magne Ingebrigtsen
1998-10-20 19:27 ` *Group* buffer disappearance (Re: Pterodactyl Gnus v0.36 is released) Lloyd Zusman
1998-10-21  2:58   ` I fixed it, but I need Lars ... (Was: *Group* buffer disappearance) Lloyd Zusman
1998-10-21 12:40     ` Hrvoje Niksic
1998-10-21 13:54       ` Lloyd Zusman
1998-10-21 14:22         ` Hrvoje Niksic
1998-10-21 14:55           ` Lloyd Zusman
1998-10-21 14:59             ` Hrvoje Niksic
1998-10-21 15:07               ` Lloyd Zusman
1998-10-21 15:10                 ` Hrvoje Niksic
1998-10-21 15:17                   ` Lloyd Zusman
1998-10-21 15:24                     ` Hrvoje Niksic
1998-10-21 15:39                       ` Lloyd Zusman
1998-10-21 15:48                         ` Hrvoje Niksic
1998-10-21 15:56                           ` Lee Willis
1998-10-22 13:10                   ` Jari Aalto+list.ding
1998-10-11  6:48 compatibility request -- `q' in *Article* buffer shouldn't quit group SL Baur
1998-10-11 15:29 ` Lars Magne Ingebrigtsen
1998-10-11 17:11   ` Matt Simmons
1998-10-11 17:23     ` Hrvoje Niksic
1998-10-11 19:05       ` SL Baur
1998-10-11 19:11         ` Hrvoje Niksic
1998-10-11 20:40           ` SL Baur
1998-10-11 20:44             ` Hrvoje Niksic
1998-10-11 21:24               ` Karl Kleinpaste
1998-10-11 21:41                 ` Hrvoje Niksic
1998-10-11 22:18                   ` Kai Grossjohann
1998-10-12 10:08                 ` Lloyd Zusman
1998-10-12 13:12                   ` Lars Magne Ingebrigtsen
1998-10-12 22:17                     ` Lloyd Zusman
1998-10-17 19:21                       ` Lars Magne Ingebrigtsen
1998-10-12 13:39                 ` Per Abrahamsen
1998-10-12 14:01               ` Jari Aalto+list.ding
1998-10-11 22:13         ` Kai Grossjohann
     [not found] ` <6f7ly7i16q.fsf@dna.lth.se>
1998-10-11 15:41   ` Michael Harnois
1998-10-11 15:50     ` Hrvoje Niksic
1998-10-11 16:34       ` Michael Harnois
     [not found]     ` <6fiuhrgkq1.fsf@dna.lth.se>
1998-10-11 16:36       ` Michael Harnois
1998-10-11 17:08         ` Lars Magne Ingebrigtsen
1998-10-11 17:35           ` Hrvoje Niksic
1998-10-11 17:57             ` Lars Magne Ingebrigtsen
1998-10-11 18:28     ` Julian Assange
1998-09-03 15:57 Suggestion: to problem nndraft "Can't select group" Jari Aalto+list.ding
1998-09-03 17:10 ` David S. Goldberg
1998-09-03 17:31   ` Jari Aalto+list.ding
1998-09-02 13:26 Hallvard's gnus-e20/19.34/Pgnus 0.13 emulation (backtrace included) Jari Aalto+list.ding
1998-08-24 22:12 Suggestion: Topic mode get news and topic group indentation level Jari Aalto+list.ding
1998-08-22 15:12 patch: 5.6.38 gnus-uu, new regexp marking commands Jari Aalto+list.ding
1998-08-21 15:49 Suggestion: *Group* SPC to show only new articles? Jari Aalto+list.ding
1998-08-21  9:35 pop3 reading with gnus? jari.aalto
1998-08-21  9:56 ` Jean-Yves Perrier
1998-08-21 10:09   ` Jari Aalto+list.ding
1998-08-20 20:29 5.6.38 Can't read drafts server? Jari Aalto+list.ding
1998-08-19 15:57 Suggestion: Command to rename all Subejcts in thread Jari Aalto+list.ding
1998-08-17  9:04 Master or slave?? Andy Eskilsson
     [not found] ` <6flnooezsi.fsf@bavur.dna.lth.se>
1998-08-17 11:27   ` Jari Aalto+list.ding
1998-08-17 14:44     ` Andy Eskilsson
1998-08-15 19:37 Marking new unread articles differently? Matt Simmons
1998-08-15 20:43 ` Lars Magne Ingebrigtsen
1998-08-15 21:03   ` SL Baur
1998-08-15 22:40     ` Lars Magne Ingebrigtsen
1998-08-15 21:14   ` Harry Putnam
1998-08-25  6:23   ` Matt Simmons
1998-08-15 21:20 ` Eze Ogwuma
1998-08-16  6:05 ` Mike McEwan
1998-08-16 18:30   ` Jari Aalto+list.ding
1998-08-13 14:39 request: commands for subsribe/unsubsribe from/to mailing lists Jari Aalto+list.ding
     [not found] ` <jari.aalto@poboxes.com>
1998-08-13 16:35   ` Jason L Tibbitts III
1998-08-13 16:56     ` Lars Magne Ingebrigtsen
1998-08-13 18:27       ` William M. Perry
1998-08-19 17:30         ` Christopher Davis
1998-08-13 16:41   ` Lars Magne Ingebrigtsen
1998-08-13 17:21     ` Bud Rogers
1998-08-17 13:06   ` Master or slave?? Lars Magne Ingebrigtsen
1998-08-19  0:52   ` Marking new unread articles differently? Mike McEwan
1998-08-20 21:23     ` Lars Magne Ingebrigtsen
1998-08-21 17:11       ` Mike McEwan
1998-08-21 19:15         ` Lars Magne Ingebrigtsen
1998-08-25  6:25         ` Matt Simmons
1998-08-26  3:46           ` Mike McEwan
1998-08-20  1:26   ` Suggestion: Command to rename all Subejcts in thread Lars Magne Ingebrigtsen
1998-08-20  8:46     ` Jari Aalto+list.ding
1998-08-20 19:41   ` Lars Magne Ingebrigtsen
1998-08-20 21:19   ` 5.6.38 Can't read drafts server? Lars Magne Ingebrigtsen
1998-08-21  6:38     ` Jari Aalto+list.ding
1998-08-21 11:52     ` Karl Kleinpaste
1998-08-21 19:09   ` Lars Magne Ingebrigtsen
1998-08-23 21:20     ` Jari Aalto+list.ding
1998-08-21 19:10   ` pop3 reading with gnus? Lars Magne Ingebrigtsen
1998-08-21 20:05     ` William M. Perry
1998-08-21 19:13   ` Suggestion: *Group* SPC to show only new articles? Lars Magne Ingebrigtsen
1998-08-22 20:57   ` patch: 5.6.38 gnus-uu, new regexp marking commands Lars Magne Ingebrigtsen
1998-08-24  7:30   ` Suggestion: *Group* SPC to show only new articles? Kai Grossjohann
1998-08-24  8:37     ` Jari Aalto+list.ding
1998-08-24  8:48   ` Kai Grossjohann
1998-08-24 10:10     ` Jari Aalto+list.ding
1998-08-24 11:41   ` Kai Grossjohann
1998-08-24 12:20     ` Francisco Solsona
1998-08-24 14:38   ` Mike McEwan
1998-08-25  5:55   ` 5.6.38 Can't read drafts server? Lars Magne Ingebrigtsen
1998-08-25 13:05     ` Jari Aalto+list.ding
1998-08-25  6:11   ` Suggestion: Topic mode get news and topic group indentation level Lars Magne Ingebrigtsen
1998-09-02 14:34   ` Hallvard's gnus-e20/19.34/Pgnus 0.13 emulation (backtrace included) Hrvoje Niksic
1998-09-02 14:35   ` Lars Magne Ingebrigtsen
1998-09-03 21:03   ` Suggestion: to problem nndraft "Can't select group" Lars Magne Ingebrigtsen
1998-09-08 19:38   ` Patch: be verbose if POP3 setup is not ok Lars Magne Ingebrigtsen
1998-09-08 21:04     ` Jari Aalto+list.ding
1998-09-09 11:35       ` Per Abrahamsen
1998-09-09 13:07         ` Jari Aalto+list.ding
1998-10-12 14:07   ` compatibility request -- `q' in *Article* buffer shouldn't quit group Hrvoje Niksic
1998-10-13 12:54     ` Robert Pluim
1998-10-22 13:16   ` I fixed it, but I need Lars ... (Was: *Group* buffer disappearance) Hrvoje Niksic
1998-11-05 18:27   ` Feature req: import/export Group parameter or Server data Simon Josefsson

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 NNTP newsgroup(s).