Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
1274ce4a
Commit
1274ce4a
authored
Dec 06, 2000
by
Joel Rosdahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ask if normal recipient or carbon copy recipient should be added.
parent
f371ca4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
doc/NEWS-0.46.1
doc/NEWS-0.46.1
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/edit-text.el
src/edit-text.el
+12
-6
No files found.
doc/NEWS-0.46.1
View file @
1274ce4a
...
...
@@ -98,6 +98,11 @@
** RydKOM har flyttats till kom.hem.liu.se.
** När klienten frågar om man vill addera den kommenterades brevlåda
om man skriver en kommentar i ett möte där den kommentarade inte är
medlem får man numera en fråga om huruvida det ska vara en extra
kopiemottagare eller vanlig mottagare.
* Bugfixar
** Klienten fungerar i Gnu Emacs 21.
...
...
src/ChangeLog
View file @
1274ce4a
2000-12-06 Joel Rosdahl <joel@rosdahl.net>
* edit-text.el (lyskom-edit-send-check-recipients): Ask if normal
recipient or carbon copy recipient should be added.
* distribution-configure.in: Ignore stderr output from Emacs.
* autoconf.el (extract-autoconf-data): Print autoconf data to
...
...
src/edit-text.el
View file @
1274ce4a
...
...
@@ -955,18 +955,24 @@ Cannot be called from a callback."
(
setq
author-is-member
t
tmp
nil
))
(
setq
tmp
(
cdr
tmp
))))
(
if
(
and
(
not
author-is-member
)
(
not
(
zerop
author-number
))
(
lyskom-is-permitted-author
(
blocking-do
'get-conf-stat
author-number
))
(
lyskom-j-or-n-p
(
l
et
((
kom-deferred-printing
nil
))
(
lyskom-format
'add-recipient-p
author-number
))
t
))
(
l
yskom-format
'add-recipient-p
author-number
)
t
))
(
setq
extra-headers
(
nconc
(
list
'recpt
(
nconc
(
list
(
if
(
lyskom-j-or-n-p
(
lyskom-format
'really-add-as-recpt-q
author-number
)
t
)
'recpt
'cc-recpt
)
author-number
)
extra-headers
)))))
author-list
))))
...
...
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