Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
00ec258e
...
00ec258ec6437eaa3330db07eb08f2f5846f0f0f
authored
2002-11-30 13:40:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(action-keep): Remove the delete mark from the message.
1 parent
dbe217d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
guimb/scm/sieve-core.scm
guimb/scm/sieve-core.scm
View file @
00ec258
...
...
@@ -110,7 +110,7 @@
;;; keep -- does nothing worth mentioning :^)
(
define
(
action-keep
)
#f
)
(
mu-message-delete
sieve-current-message
#f
)
)
;;; discard
...
...
@@ -412,6 +412,7 @@
(
if
(
not
sieve-my-email
)
(
set!
sieve-my-email
(
mu-username->email
)))
; (DEBUG 1 "Mailbox: " sieve-mailbox)
(
let
((
count
(
mu-mailbox-messages-count
sieve-mailbox
)))
(
do
((
n
1
(
1+
n
)))
((
>
n
count
)
#f
)
...
...
Please
register
or
sign in
to post a comment