]> granicus.if.org Git - neomutt/log
neomutt
9 years agoadd $record support
Karel Zak [Sun, 23 Sep 2012 07:31:54 +0000 (09:31 +0200)]
add $record support

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agohide signed and encrypted tags by default
David Sterba [Sat, 8 Sep 2012 07:31:54 +0000 (09:31 +0200)]
hide signed and encrypted tags by default

Mutt shows signed/encrypted status in another way and occupies only 1
char in index line. Hide the tags by default and leave more space for
other tags.

Signed-off-by: David Sterba <dsterba@suse.cz>
9 years agoreuse connection in complete_all_nm_tags()
Karel Zak [Sun, 23 Sep 2012 07:31:54 +0000 (09:31 +0200)]
reuse connection in complete_all_nm_tags()

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoFix trivial documentation typoes
Tim Stoakes [Sat, 22 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Fix trivial documentation typoes

Various trivial typographical errors in notmuch-specific code, are now fixed.

9 years agoAdd TAB completion of tag names in <modify-labels>*
Tim Stoakes [Sat, 22 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Add TAB completion of tag names in <modify-labels>*

<modify-labels> and <modify-labels-then-hide> can now use TAB completion of tag
names supplied after + and -.

9 years agoAdd TAB completion of tag: names in <vfolder-from-query>
Tim Stoakes [Sat, 22 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Add TAB completion of tag: names in <vfolder-from-query>

<vfolder-from-query>'s 'Query' prompt can now use TAB completion of tag names
supplied to the 'tag:' parameter.

9 years agoAdd nm_get_all_tags()
Tim Stoakes [Sat, 22 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Add nm_get_all_tags()

Add nm_get_all_tags(), a mechanism to return a list of all notmuch tags in the
database.

9 years agoPlug a leaked notmuch DB handle in get_count()
Tim Stoakes [Sat, 22 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Plug a leaked notmuch DB handle in get_count()

nm_nonctx_get_count() was leaking its notmuch database handle if NOTMUCH_API_3
was in use. Looks like it missed the same treatment that the other call sites
got to do this.

9 years agoAdd 'label' pattern modifier '~Y'
Tim Stoakes [Sat, 15 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Add 'label' pattern modifier '~Y'

Add the new '~Y' pattern modifier. Use it in e.g. 'limit' and 'color' commands
to match a regexp against notmuch message labels.

9 years agoFix auto_tag=yes for modify-labels* and quasi-delete
Tim Stoakes [Sun, 16 Sep 2012 07:31:54 +0000 (09:31 +0200)]
Fix auto_tag=yes for modify-labels* and quasi-delete

When 'auto_tag' was 'yes', <modify-labels>* and <quasi-delete> still only
applied to the currently-selected message. Now they apply to all tagged
messages, as they should.

9 years agoadd %g examples
Karel Zak [Sat, 15 Sep 2012 07:31:54 +0000 (09:31 +0200)]
add %g examples

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agocount messages for mutt progress bar
Karel Zak [Thu, 6 Sep 2012 07:31:54 +0000 (09:31 +0200)]
count messages for mutt progress bar

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agodocs: add link to notmuch mutttips
Karel Zak [Sun, 2 Sep 2012 07:31:54 +0000 (09:31 +0200)]
docs: add link to notmuch mutttips

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd notmuch_{query,message}_destroy to DB checker
Karel Zak [Thu, 20 Sep 2012 07:31:54 +0000 (09:31 +0200)]
add notmuch_{query,message}_destroy to DB checker

Reported-by: Chris Mason <chris.mason@fusionio.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd nm_query_type config file option
Karel Zak [Fri, 7 Sep 2012 07:31:54 +0000 (09:31 +0200)]
add nm_query_type config file option

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd note about nm_db_limit to README
Karel Zak [Fri, 21 Sep 2012 07:31:54 +0000 (09:31 +0200)]
add note about nm_db_limit to README

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agomutt_nm_db_limit option defines a default limit
Christoph Rissner [Sun, 16 Sep 2012 07:31:54 +0000 (09:31 +0200)]
mutt_nm_db_limit option defines a default limit

9 years agoprint read progress of a query
David Sterba [Sat, 1 Sep 2012 07:31:54 +0000 (09:31 +0200)]
print read progress of a query

Signed-off-by: David Sterba <dsterba@suse.cz>
9 years agoformat: support optional modifier for g (notmuch labels)
David Sterba [Sat, 1 Sep 2012 07:31:54 +0000 (09:31 +0200)]
format: support optional modifier for g (notmuch labels)

Used in index_format like this %?g?(%g)? will show nothing if there are
no notmuch labels, eg. in mixed mail setups.

Signed-off-by: David Sterba <dsterba@suse.cz>
9 years agosync flags for all duplicate messages
Karel Zak [Mon, 17 Sep 2012 07:31:54 +0000 (09:31 +0200)]
sync flags for all duplicate messages

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agouse the Maildir if NotmuchDefaultUri is unset
patrick brisbin [Wed, 5 Sep 2012 11:27:23 +0000 (13:27 +0200)]
use the Maildir if NotmuchDefaultUri is unset

[kzak@redhat.com: - cleanup code, add note to README.notmuch]

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agouse notmuch_status_t for DB open
Karel Zak [Wed, 27 Jun 2012 11:14:37 +0000 (13:14 +0200)]
use notmuch_status_t for DB open

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agouse the new notmuch api if available
David Riebenbauer [Tue, 26 Jun 2012 18:48:48 +0000 (20:48 +0200)]
use the new notmuch api if available

As of notmuch 0.13 libnotmuch's api has changed. This makes use of it if the
new api was detected.

9 years agofix nm_check_database to count new messages correctly
Karel Zak [Mon, 25 Jun 2012 14:18:51 +0000 (16:18 +0200)]
fix nm_check_database to count new messages correctly

.. otherwise mx_update_context() might ends with SIGSEGV

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoallow to read whole-threads
Karel Zak [Fri, 15 Jun 2012 13:11:45 +0000 (15:11 +0200)]
allow to read whole-threads

This patch allows to specify type of query for notmuch DB, supported
are "threads" and "messages", the default is "messages". For example:

   notmuch://?type=threads&query=tag:inbox"

will read all matching threads.

Based on prototype from Chris Mason <chris.mason@fusionio.com>.

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agodon't rename in DB before mx commit
Karel Zak [Wed, 9 May 2012 07:44:13 +0000 (09:44 +0200)]
don't rename in DB before mx commit

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd NOTMUCH in show_version()
Víctor Manuel Jáquez Leal [Mon, 23 Apr 2012 00:15:56 +0000 (02:15 +0200)]
add NOTMUCH in show_version()

9 years agomake filename changes more robust
Karel Zak [Thu, 19 Apr 2012 09:35:33 +0000 (11:35 +0200)]
make filename changes more robust

 * use code from 'notmuch new' for add/remove messages
 * use the last added filename for duplicate emails

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix new->cur maildir move
Karel Zak [Thu, 19 Apr 2012 08:22:53 +0000 (10:22 +0200)]
fix new->cur maildir move

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix prefixes in README
Karel Zak [Mon, 16 Apr 2012 10:34:14 +0000 (12:34 +0200)]
fix prefixes in README

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd nm_open_timeout
Karel Zak [Mon, 16 Apr 2012 10:33:11 +0000 (12:33 +0200)]
add nm_open_timeout

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agodon't use uninitialized HEADER in nm_check_database()
Karel Zak [Mon, 16 Apr 2012 07:30:43 +0000 (09:30 +0200)]
don't use uninitialized HEADER in nm_check_database()

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix msg remove code
Karel Zak [Thu, 12 Apr 2012 16:36:45 +0000 (18:36 +0200)]
fix msg remove code

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix sync
Karel Zak [Thu, 12 Apr 2012 16:13:19 +0000 (18:13 +0200)]
fix sync

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoremove extra slashes
Karel Zak [Thu, 12 Apr 2012 15:58:44 +0000 (17:58 +0200)]
remove extra slashes

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agosearch in new/cur subfolders if DB is not up-to-date
Karel Zak [Thu, 12 Apr 2012 12:44:34 +0000 (14:44 +0200)]
search in new/cur subfolders if DB is not up-to-date

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agouse context data if possible rather than directly context
Karel Zak [Thu, 12 Apr 2012 10:54:59 +0000 (12:54 +0200)]
use context data if possible rather than directly context

This allows to use many functions outside the notmuch CONTEXT
with a dummy "struct nm_ctxdata".

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoexplicitly require notmuch context
Karel Zak [Thu, 12 Apr 2012 10:18:06 +0000 (12:18 +0200)]
explicitly require notmuch context

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agocleanup private notmuch structs initialization
Karel Zak [Thu, 12 Apr 2012 09:02:28 +0000 (11:02 +0200)]
cleanup private notmuch structs initialization

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix a bug with processing mailboxes when they are all virtual.
Luke Macken [Tue, 10 Apr 2012 15:25:31 +0000 (11:25 -0400)]
fix a bug with processing mailboxes when they are all virtual.

This bug occurs when there are only virtual mailboxes defined. Prior to this
change, the sidebar descriptions of the virtual mailboxes would be displayed as
the notmuch query itself, as opposed to the user-defined description.

9 years agoadd note about notmuch version requirement
Karel Zak [Tue, 10 Apr 2012 09:07:08 +0000 (11:07 +0200)]
add note about notmuch version requirement

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoGrammar and typo fixes.
Jeremiah C. Foster [Sat, 7 Apr 2012 09:24:54 +0000 (12:24 +0300)]
Grammar and typo fixes.

9 years agobuild-sys: fix compilation without --enable-notmuch
David Sterba [Mon, 2 Apr 2012 21:28:18 +0000 (23:28 +0200)]
build-sys: fix compilation without --enable-notmuch

We can still leave mutt-kz compilable entirely without notmuch, just for the
case there are users out there not interested in notmuch enhancements, but I
seriously doubt that :)

Here's the patch which compiles fine without --enable-notmuch

[kzak@redhat.com: - fix s/Incomming/Incoming/ typo]

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix segfault when exiting with 'x' key
Jan Synacek [Thu, 29 Mar 2012 08:59:23 +0000 (10:59 +0200)]
fix segfault when exiting with 'x' key

9 years agodocs: add note about sidebar to notmuch docs
Karel Zak [Wed, 14 Mar 2012 14:31:30 +0000 (15:31 +0100)]
docs: add note about sidebar to notmuch docs

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd support for virtual folders, add sidebar-toggle command
Karel Zak [Wed, 14 Mar 2012 14:19:43 +0000 (15:19 +0100)]
add support for virtual folders, add sidebar-toggle command

 * add support for virtual folders
 * add sidebar-toggle function to toggle between virtual and normal
   folders in sudebar
 * virtual folders are used by default if 'virtual_spoolfile' is 'yes'

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd ML to README
Karel Zak [Mon, 27 Feb 2012 14:41:29 +0000 (15:41 +0100)]
add ML to README

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix compilation error at get_nm_message()
Víctor Manuel Jáquez Leal [Sun, 26 Feb 2012 14:41:29 +0000 (15:41 +0100)]
fix compilation error at get_nm_message()

The shown error is:

mutt_notmuch.c: In function ‘get_nm_message’:
mutt_notmuch.c:643:2: error: too few arguments to function ‘notmuch_database_find_message’
/usr/include/notmuch.h:371:1: note: declared here
make[2]: *** [mutt_notmuch.o] Error 1

The mutt-ks is made for notmuch version 0.8, but in version 0.9 the API
changed, in particular with this commit:

http://git.notmuchmail.org/git/notmuch/commitdiff/02a30767116ad8abcbd0a3351f2e4d43bbbd655f

This patch updates the function notmuch_database_find_message() usage.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
9 years agoimprove nm_unread_tag setting
Karel Zak [Tue, 3 Jan 2012 11:36:44 +0000 (12:36 +0100)]
improve nm_unread_tag setting

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoimprove virtual_mailboxes command, update docs
Karel Zak [Tue, 3 Jan 2012 11:31:42 +0000 (12:31 +0100)]
improve virtual_mailboxes command, update docs

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoupdate README
Karel Zak [Tue, 3 Jan 2012 10:51:15 +0000 (11:51 +0100)]
update README

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd debug messages
Karel Zak [Tue, 3 Jan 2012 10:29:21 +0000 (11:29 +0100)]
add debug messages

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agosupport default db uri
Karel Zak [Mon, 2 Jan 2012 11:34:32 +0000 (12:34 +0100)]
support default db uri

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoimplement nm_check_database()
Karel Zak [Fri, 23 Dec 2011 15:39:11 +0000 (16:39 +0100)]
implement nm_check_database()

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agosmall refactoring
Karel Zak [Sat, 17 Dec 2011 00:10:12 +0000 (01:10 +0100)]
small refactoring

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd virtual spoolfile
Karel Zak [Thu, 15 Dec 2011 22:51:53 +0000 (23:51 +0100)]
add virtual spoolfile

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoproperly update context numbers
Karel Zak [Thu, 15 Dec 2011 22:21:55 +0000 (23:21 +0100)]
properly update context numbers

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoprint vfolder description on status bar
Karel Zak [Thu, 15 Dec 2011 21:58:35 +0000 (22:58 +0100)]
print vfolder description on status bar

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd <modify-labels-then-hide>
Karel Zak [Thu, 15 Dec 2011 20:59:54 +0000 (21:59 +0100)]
add <modify-labels-then-hide>

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoheader: add HEADER->free_cb() to free driver specific data
Karel Zak [Thu, 15 Dec 2011 16:58:18 +0000 (17:58 +0100)]
header: add HEADER->free_cb() to free driver specific data

The mutt_free_header() need to care about driver specific data.

BTW, it seems that there is a leak in imap code -- it does not free
HEADER->data->keywords list.

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoupdate README
Karel Zak [Thu, 15 Dec 2011 16:57:37 +0000 (17:57 +0100)]
update README

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agofix CONTEXT->data->db usage
Karel Zak [Thu, 15 Dec 2011 16:02:06 +0000 (17:02 +0100)]
fix CONTEXT->data->db usage

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoupdate README.notmuch
Karel Zak [Thu, 15 Dec 2011 00:20:26 +0000 (01:20 +0100)]
update README.notmuch

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd modify-label
Karel Zak [Thu, 15 Dec 2011 00:14:03 +0000 (01:14 +0100)]
add modify-label

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agochange-vfolder, print folder info, etc.
Karel Zak [Wed, 14 Dec 2011 15:48:40 +0000 (16:48 +0100)]
change-vfolder, print folder info, etc.

 - allow to open email in virtual folder
 - allow to open virtual folder
 - print vfolder specific stuff in index and pager

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd support to browser
Karel Zak [Wed, 14 Dec 2011 15:43:07 +0000 (16:43 +0100)]
add support to browser

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd notmuch calls to mx_* API
Karel Zak [Wed, 14 Dec 2011 15:37:19 +0000 (16:37 +0100)]
add notmuch calls to mx_* API

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agodon't modify virtual folders' paths
Karel Zak [Wed, 14 Dec 2011 15:34:26 +0000 (16:34 +0100)]
don't modify virtual folders' paths

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd basic functions
Karel Zak [Wed, 14 Dec 2011 15:30:43 +0000 (16:30 +0100)]
add basic functions

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd basic .muttrc variables
Karel Zak [Wed, 14 Dec 2011 13:46:42 +0000 (14:46 +0100)]
add basic .muttrc variables

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd context magic
Karel Zak [Wed, 14 Dec 2011 13:26:45 +0000 (14:26 +0100)]
add context magic

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoconsolidate msg sync code
Karel Zak [Wed, 14 Dec 2011 13:07:58 +0000 (14:07 +0100)]
consolidate msg sync code

 - add mh_sync_mailbox_message() to sync just one message
 - add msg->commited_path to save info about the final message path
   (will be used keep notmuch DB up to date)

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd notmuch::// uri
Karel Zak [Wed, 14 Dec 2011 12:40:26 +0000 (13:40 +0100)]
add notmuch::// uri

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd 'virtual-mailboxes' parser
Karel Zak [Wed, 14 Dec 2011 12:16:44 +0000 (13:16 +0100)]
add 'virtual-mailboxes' parser

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agoadd some vfolder functions
Richard Russon [Thu, 25 Feb 2016 14:58:11 +0000 (14:58 +0000)]
add some vfolder functions

9 years agoadd basic files and build-sys stuff
Karel Zak [Wed, 14 Dec 2011 10:58:47 +0000 (11:58 +0100)]
add basic files and build-sys stuff

Signed-off-by: Karel Zak <kzak@redhat.com>
9 years agomerge: sidebar - overview of mailboxes
Richard Russon [Mon, 7 Mar 2016 04:46:50 +0000 (04:46 +0000)]
merge: sidebar - overview of mailboxes

 * sidebar 1.5.24-20151111
 * bugfix: missing includes
 * bugfix: compose mode
 * bugfix: delim null wide
 * bugfix: fixed header wrapping
 * feature: new only
 * feature: prev/next wraparound
 * feature: whitelist
 * feature: working utf8
 * feature: dotpathsep
 * feature: refresh
 * indent: our functions
 * indent: sync to surroundings
 * fix: drop unused
 * fix: drop DrawFullLine
 * tidy: sidebar
 * tidy: our functions
 * tidy: other code
 * sort: sidebar functions
 * tidy: rename functions
 * tidy: add comments
 * build: conditional compilation
 * fix brain-damaged function: mh_buffy_update
 * fix refresh -- time overflowed short
 * feature: add function sidebar-toggle-visible
 * drop old sort
 * rename: msgcount to msg_count to match other sidebar variables
 * rename: vars
 * add: BUFFY sorting
 * add: colours for divider and highlights
 * refactor: split out initialise
 * add: BUFFY notifications
 * refactor: visibility check
 * distinguish between what's highlighted and what's actually open
 * revamp sorting
 * split up sb_draw
 * expandos for deleted, limited, tagged
 * feature: separate sidebar indicator colour
 * feature: separate colour for spoolfile
 * rename: lots of config for consistency with mutt
 * handle unmailboxes * safely
 * split out sidebar wipe
 * refresh sidebar after timeout
 * add docs
 * add ident to PATCHES

9 years agomerge: tls-sni - negotiate for a certificate
Richard Russon [Mon, 7 Mar 2016 04:43:58 +0000 (04:43 +0000)]
merge: tls-sni - negotiate for a certificate

 * feature: TLS SNI
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: cond-date - use rules to choose date format
Richard Russon [Mon, 7 Mar 2016 04:43:54 +0000 (04:43 +0000)]
merge: cond-date - use rules to choose date format

 * feature: conditional dates
 * change date comparisons
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: nested-if - allow deeply nested conditions
Richard Russon [Mon, 7 Mar 2016 04:43:51 +0000 (04:43 +0000)]
merge: nested-if - allow deeply nested conditions

 * feature: nested-if
 * use nested angle brackets
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: index-color - theme the email index
Richard Russon [Mon, 7 Mar 2016 04:43:43 +0000 (04:43 +0000)]
merge: index-color - theme the email index

 * feature: index-color
 * add handling index flags
 * fix width calculation
 * fix uncolor
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: status-color - theming the status bar
Richard Russon [Mon, 7 Mar 2016 04:41:42 +0000 (04:41 +0000)]
merge: status-color - theming the status bar

 * feature: status-color
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: progress - show a visual progress bar
Richard Russon [Mon, 7 Mar 2016 04:41:38 +0000 (04:41 +0000)]
merge: progress - show a visual progress bar

 * feature: progress bar
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: quasi-delete - mark emails to be hidden
Richard Russon [Mon, 7 Mar 2016 04:41:25 +0000 (04:41 +0000)]
merge: quasi-delete - mark emails to be hidden

 * feature: quasi-delete
 * tidy code
 * add docs
 * add ident to PATCHES

9 years agomerge: bug-fixes - various downstream bug fixes
Richard Russon [Mon, 7 Mar 2016 04:41:20 +0000 (04:41 +0000)]
merge: bug-fixes - various downstream bug fixes

 * add strndup.c strnlen.c
 * fix spelling typo
 * More careful file writing for aliases and attachments
 * Bye srandom() and random()
 * Remove TLS version notification
 * Use unlocked libc IO everywhere.
 * Add browser sort by description, message count and new message count
 * fix %* index_format
 * build fix for po package name
 * mute build warning

9 years agoadd ident to PATCHES
Richard Russon [Thu, 18 Feb 2016 16:52:53 +0000 (16:52 +0000)]
add ident to PATCHES

9 years agoadd docs
Richard Russon [Tue, 29 Dec 2015 15:16:26 +0000 (15:16 +0000)]
add docs

9 years agoadd ident to PATCHES
Richard Russon [Wed, 17 Feb 2016 04:30:13 +0000 (04:30 +0000)]
add ident to PATCHES

9 years agoadd docs
Richard Russon [Mon, 1 Feb 2016 16:59:11 +0000 (16:59 +0000)]
add docs

9 years agoadd ident to PATCHES
Richard Russon [Wed, 17 Feb 2016 04:30:17 +0000 (04:30 +0000)]
add ident to PATCHES

9 years agoadd docs
Richard Russon [Wed, 3 Feb 2016 17:33:27 +0000 (17:33 +0000)]
add docs

9 years agotidy code
Richard Russon [Wed, 17 Feb 2016 20:06:48 +0000 (20:06 +0000)]
tidy code

9 years agorefresh sidebar after timeout
Stefan Assmann [Wed, 30 Oct 2013 18:34:57 +0000 (11:34 -0700)]
refresh sidebar after timeout

Allow the sidebar to automatically refresh after the amount of time
specified via the "timeout" variable.

Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
9 years agoadd ident to PATCHES
Richard Russon [Wed, 17 Feb 2016 05:19:06 +0000 (05:19 +0000)]
add ident to PATCHES

9 years agoadd docs
Richard Russon [Wed, 3 Feb 2016 17:33:27 +0000 (17:33 +0000)]
add docs

9 years agotidy code
Richard Russon [Wed, 17 Feb 2016 20:01:37 +0000 (20:01 +0000)]
tidy code

9 years agoadd ident to PATCHES
Richard Russon [Wed, 17 Feb 2016 04:30:16 +0000 (04:30 +0000)]
add ident to PATCHES

9 years agoadd docs
Richard Russon [Wed, 3 Feb 2016 17:33:27 +0000 (17:33 +0000)]
add docs

9 years agotidy code
Richard Russon [Wed, 17 Feb 2016 19:57:38 +0000 (19:57 +0000)]
tidy code

9 years agoadd ident to PATCHES
Richard Russon [Wed, 17 Feb 2016 04:30:15 +0000 (04:30 +0000)]
add ident to PATCHES