index
:
mblaze
this commit
master
wip
Unix utilities to deal with Maildir
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
seq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
seq: - now refers to the message on stdin, use .- for previous message
Leah Neukirchen
2020-07-03
1
-1
/
+12
*
seq: cleanup
Leah Neukirchen
2020-07-03
1
-2
/
+0
*
seq: extract DT_* handling, follow symlinks
Leah Neukirchen
2020-03-08
1
-6
/
+2
*
blaze822_loop: delay opening sequence to first use
Leah Neukirchen
2019-09-01
1
-1
/
+6
*
seq: blaze822_loop: fix leak
Leah Neukirchen
2019-04-14
1
-0
/
+1
*
seq: sort dir file lists numerically
Leah Neukirchen
2019-01-10
1
-25
/
+34
*
blaze822: blaze822_loop: use long as return type
Leah Neukirchen
2018-01-07
1
-3
/
+3
*
use appropriate integer types
Leah Neukirchen
2017-10-06
1
-3
/
+3
*
style
Leah Neukirchen
2017-08-31
1
-2
/
+2
*
seq: use of ^ should not produce a "parse" error when parent isn't found
Oliver Kiddle
2017-07-03
1
-15
/
+19
*
seq: parse_relnum: initial + in stop part of a message range selects relative...
Oliver Kiddle
2017-07-02
1
-3
/
+5
*
seq: parse_range: = _ and ^ default to being relative to cur instead of messa...
Oliver Kiddle
2017-07-02
1
-1
/
+4
*
seq: parse_relnum: fix for thread message syntax relative to . or $
Oliver Kiddle
2017-07-02
1
-4
/
+5
*
seq: blaze822_seq_open: display error when opening the sequence failed
Leah Neukirchen
2017-06-29
1
-1
/
+5
*
seq: fix selecting subthreads at the end of sequences and add test cases
Duncaen
2017-04-01
1
-1
/
+3
*
clean up whitespace
Leah Neukirchen
2017-01-26
1
-7
/
+7
*
seq: avoid infinite loop in "mscan -n ."
Christian Neukirchen
2016-12-31
1
-1
/
+1
*
seq: slurp the file instead of mmap
Christian Neukirchen
2016-10-05
1
-13
/
+3
*
Add $MBLAZE environment variable to set profile location
Ivy Foster
2016-09-01
1
-4
/
+12
*
seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOME
Christian Neukirchen
2016-09-01
1
-1
/
+8
*
seq: blaze822_seq_cur: use void prototype
Christian Neukirchen
2016-09-01
1
-1
/
+1
*
seq: add $MAILDOT to override the value of .
Christian Neukirchen
2016-08-09
1
-0
/
+8
*
seq: exit with 2 on fatal parsing error
Christian Neukirchen
2016-08-08
1
-1
/
+1
*
seq: parse_parent: bump previndent size
Christian Neukirchen
2016-08-07
1
-3
/
+3
*
seq: add thread selectors
Christian Neukirchen
2016-08-05
1
-3
/
+126
*
seq: fix message number reporting when using iterdir
Christian Neukirchen
2016-08-04
1
-4
/
+8
*
rename .santoku to .mblaze
Christian Neukirchen
2016-08-01
1
-3
/
+3
*
seq: don't crash when cur link doesn't exist
Christian Neukirchen
2016-07-31
1
-1
/
+2
*
seq: blaze822_seq_next: fix mseq -n .
Christian Neukirchen
2016-07-28
1
-1
/
+2
*
seq: parse .: correctly
Christian Neukirchen
2016-07-28
1
-5
/
+12
*
guard DT_* usage
Christian Neukirchen
2016-07-26
1
-0
/
+2
*
seq: blaze822_seq_next: special case for plain "."
Christian Neukirchen
2016-07-26
1
-0
/
+10
*
rename map to seq
Christian Neukirchen
2016-07-26
1
-2
/
+2
*
seq: rename iterfile to iterdir
Christian Neukirchen
2016-07-26
1
-2
/
+2
*
seq: fix parsing of plain .
Christian Neukirchen
2016-07-24
1
-0
/
+2
*
seq: add blaze822_loop1 for easier argument overriding
Christian Neukirchen
2016-07-23
1
-0
/
+7
*
seq: blaze822_loop: drop - for stdin (conflicts with .-1)
Christian Neukirchen
2016-07-22
1
-1
/
+1
*
seq: clean up
Christian Neukirchen
2016-07-21
1
-1
/
+0
*
seq: iterate over dirs and cur/ of maildirs
Christian Neukirchen
2016-07-20
1
-1
/
+36
*
seq: export blaze822_home_file
Christian Neukirchen
2016-07-20
1
-6
/
+6
*
seq: guard misparse
Christian Neukirchen
2016-07-20
1
-0
/
+3
*
seq: blaze822_loop: count file arguments too
Christian Neukirchen
2016-07-18
1
-0
/
+1
*
seq: move map/cur to ~/.santoku
Christian Neukirchen
2016-07-18
1
-10
/
+40
*
clean up header includes
Christian Neukirchen
2016-07-18
1
-8
/
+8
*
seq: import most parts of mseq, make blaze822_loop resolve ranges
Christian Neukirchen
2016-07-18
1
-0
/
+198
*
mseq: extract code into seq.c
Christian Neukirchen
2016-07-17
1
-0
/
+101