Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03378294
Commit
03378294
authored
Aug 23, 1997
by
Richard M. Stallman
Browse files
(nnfolder-generate-active-file): Don't use remove.
parent
349f4e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/gnus/nnfolder.el
lisp/gnus/nnfolder.el
+3
-1
No files found.
lisp/gnus/nnfolder.el
View file @
03378294
...
...
@@ -740,7 +740,9 @@ time saver for large mailboxes.")
(
if
oldgroup
(
nnheader-message
5
"Refreshing group %s..."
file
)
(
nnheader-message
5
"Adding group %s..."
file
))
(
setq
nnfolder-group-alist
(
remove
oldgroup
nnfolder-group-alist
))
(
if
oldgroup
(
setq
nnfolder-group-alist
(
delq
oldgroup
(
copy-sequence
nnfolder-group-alist
))))
(
push
(
list
file
(
cons
1
0
))
nnfolder-group-alist
)
(
nnfolder-possibly-change-folder
file
)
(
nnfolder-possibly-change-group
file
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment