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
450bb328
...
450bb3283ddfe3aa5021147ba0d2bb33251d43e1
authored
2002-12-29 13:35:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(realcursor): Removed. The position of the point is kept in the cursor variable.
1 parent
7221f832
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mail/mail.c
mail/mail.c
View file @
450bb32
...
...
@@ -20,7 +20,6 @@
/* Global variables and constants*/
mailbox_t
mbox
;
unsigned
int
cursor
;
unsigned
int
realcursor
;
size_t
total
;
FILE
*
ofile
;
int
interactive
;
...
...
@@ -219,7 +218,6 @@ main (int argc, char **argv)
ofile
=
stdout
;
cursor
=
1
;
realcursor
=
cursor
;
/* Native Language Support */
mu_init_nls
();
...
...
Please
register
or
sign in
to post a comment