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
833a01e3
...
833a01e3a78c78e7c85c956c0f9fe91796a501f0
authored
2002-08-04 08:26:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated. Added emacs local variables to facilitate editing
1 parent
53f5af34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
833a01e
2002
-
08
-
03
Sergey
Poznyakoff
Use
of
attributes
made
consistent
throughout
the
package
:
*
imap4d
/
fetch
.
c
(
fetch_flags0
)
:
Use
util_print_flags
.
*
imap4d
/
search
.
c
(
cond_keyword
)
:
Likewise
for
util_attribute_matches_flag
.
*
imap4d
/
imap4d
.
h
(
util_print_flags
,
util_attribute_to_type
,
util_attribute_matches_flag
)
:
New
prototypes
.
*
imap4d
/
select
.
c
(
imap4d_select_status
)
:
Run
imap4d_sync
()
to
output
EXISTS
and
RECENT
untagged
responses
.
*
imap4d
/
store
.
c
(
get_attribute_type
)
:
Removed
.
util_attribute_to_type
()
does
the
job
.
(
imap4d_store0
)
:
Use
util_attribute_to_type
().
*
imap4d
/
sync
.
c
:
Output
the
actual
number
of
recent
messages
.
*
imap4d
/
util
.
c
:
For
consistency
,
reduced
all
operations
with
flags
to
manipulations
with
_imap4d_attrlist
array
RFC2060
states
that
\
Seen
flag
means
"Message has been read"
,
so
it
should
be
mapped
to
our
MU_ATTRIBUTE_READ
.
(
util_print_flags
,
util_attribute_matches_flag
)
:
New
functions
.
*
include
/
mailutils
/
mutil
.
h
(
mu_register_getpwuid
)
:
Fixed
proto
.
*
mailbox
/
mutil
.
c
:
Likewise
.
*
include
/
mailutils
/
attribute
.
h
(
MU_ATTRIBUTE_IS_UNSEEN
,
MU_ATTRIBUTE_IS_UNREAD
)
:
New
macros
.
*
mailbox
/
attribute
.
c
(
attribute_is_recent
)
:
Use
MU_ATTRIBUTE_IS_UNSEEN
.
(
attribute_set_flags
)
:
If
the
required
bits
are
already
set
,
do
not
modify
anything
(
attribute_unset_flags
)
:
If
the
required
bits
are
already
cleared
,
do
not
modify
anything
*
mailbox
/
mbx_mbox
.
c
(
mbox_messages_recent
)
:
use
MU_ATTRIBUTE_IS_UNSEEN
.
(
mbox_message_unseen
)
:
use
MU_ATTRIBUTE_IS_UNREAD
.
*
mailbox
/
mbx_mh
.
c
(
mh_messages_recent
,
mh_message_unseen
)
:
Likewise
.
*
imap4d
/
bye
.
c
(
imap4d_bye0
)
:
Use
mailbox_flush
.
*
imap4d
/
close
.
c
(
imap4d_close
)
:
Likewise
.
*
mail
/
quit
.
c
(
mail_mbox_close
)
:
Likewise
.
*
pop3d
/
quit
.
c
(
pop3d_quit
)
:
Likewise
.
*
include
/
mailutils
/
mailbox
.
h
(
mailbox_flush
)
:
New
prototype
.
*
mailbox
/
mailbox
.
c
(
mailbox_flush
)
:
New
function
.
Marks
all
messages
as
seen
and
saves
the
attributes
to
the
mailbox
,
optionally
expunging
it
.
*
mailbox
/
folder_imap
.
c
(
imap_flags
)
:
Empty
attribute
list
means
MU_ATTRIBUTE_SEEN
.
*
mailbox
/
mbx_imap
.
c
(
flags_to_string
)
:
Map
\
Seen
to
MU_ATTRIBUTE_READ
.
2002
-
08
-
02
Sergey
Poznyakoff
*
MySql
/
MySql
.
c
(
getMpwuid
)
:
Bugfix
.
It
should
take
a
pointer
as
...
...
@@ -6717,3 +6768,8 @@
* */
*:
Accomidate
directory
rearrange
Local
Variables
:
mode
:
change
-
log
version
-
control
:
never
End
:
...
...
Please
register
or
sign in
to post a comment