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
8c6fcf1e
...
8c6fcf1e76574f20010acf98f77169c3afc6e443
authored
2005-06-23 13:22:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_mu_scm_path_maildir,_mu_scm_path_folder_dir): Removed
1 parent
c235ac30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
libmu_scm/mu_scm.c
libmu_scm/mu_scm.c
View file @
8c6fcf1
...
...
@@ -52,8 +52,6 @@ SCM _mu_scm_package; /* STRING: PACKAGE */
SCM
_mu_scm_version
;
/* STRING: VERSION */
SCM
_mu_scm_mailer
;
/* STRING: Default mailer path. */
SCM
_mu_scm_debug
;
/* NUM: Default debug level. */
SCM
_mu_scm_path_maildir
;
/* STRING: mu_path_maildir */
SCM
_mu_scm_path_folder_dir
;
/* STRING: mu_path_folder_dir */
struct
format_record
{
char
*
name
;
...
...
@@ -184,12 +182,6 @@ mu_scm_init ()
_mu_scm_package_string
=
scm_makfrom0str
(
PACKAGE_STRING
);
mu_set_variable
(
"mu-package-string"
,
_mu_scm_package_string
);
_mu_scm_path_maildir
=
scm_makfrom0str
(
mu_path_maildir
);
mu_set_variable
(
"mu-path-maildir"
,
_mu_scm_path_maildir
);
_mu_scm_path_folder_dir
=
scm_makfrom0str
(
mu_path_folder_dir
);
mu_set_variable
(
"mu-path-folder-dir"
,
_mu_scm_path_folder_dir
);
/* Create MU- attribute names */
for
(
i
=
0
;
attr_kw
[
i
].
name
;
i
++
)
scm_c_define
(
attr_kw
[
i
].
name
,
SCM_MAKINUM
(
attr_kw
[
i
].
value
));
...
...
Please
register
or
sign in
to post a comment