summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Collapse)Author
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-09Tommi Komulainen's multiple IMAP usernames patch.Thomas Roessler
1999-11-17Tommi Komulainen's IMAP/SSL support patches.Thomas Roessler
1999-09-05Fix "unignore *": We must not add "*" to the unignore list.Thomas Roessler
1999-08-15Various changes added over the last week:Thomas Roessler
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
1999-07-20Fix value completion for DT_ADDR variables. While we are on it,Thomas Roessler
proper quoting is added.
1999-07-20As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the useThomas Roessler
of my_hdr from send-hooks. This patch introduces a new variable $from which can be used to use a default sender address; to make this possible, a new variable class DT_ADDR is defined. We now have the following algorithm for determining the from address: - $from is used as the default from address, if defined. Otherwise, the local user name and (if the user wishes so) the local domain are used. - This address can be overridden by $reverse_name, if set. - Now, send-hooks are evaluated. - Afterwards, user headers are evaluated. In this step, the from header can be overridden using my_hdr From:. - When there is no real name, $realname is used for it. Note that, when the default from header is used and $from defines a real name, it takes precedence over $realname.
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
through formats, so all this should fit more cleanly into mutt now.
1999-06-02Major cutting & pasting: We now have a "real" library in lib.c whichThomas Roessler
can be linked against external programs without much effort.
1999-03-25Roland's sort_keys patch.Thomas Roessler
1999-01-07Vikas' set_boolean patch.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-12-08Make the debug file access unbuffered. Important if we areThomas Roessler
debugging crashes.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
1998-11-09The attached patch fixes a bug in :set variable=<TAB> where variablesThomas Roessler
of type DT_SORT were not getting expanded (only 4 of them, but a bug nevertheless). From Vikas.
1998-10-19handle domain == "@" properly.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-12Mutt now correctly uses the sysconfdir as determined by configure.Thomas Roessler
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-30Add some more support for version-dependant configuration files.Thomas Roessler
1998-09-29Add caching for a message's flags.Thomas Roessler
1998-09-24Fix a segmentation fault with mismatched backticks.Thomas Roessler
1998-09-24Vikas' merged completion patch, level 3.Thomas Roessler
1998-09-22patch-0.94.7i.vikas.jmy.misc_complete.2Thomas Roessler
1998-09-18Applying the third generation of command completion patches.Thomas Roessler
1998-09-16When parsing aliases, don't consider ';' a tokenThomas Roessler
delimiter.
1998-09-15Undoing Vikas' complete patch and applyingThomas Roessler
patch-0.94.6i.jmy.cycle_complete.1 instead.
1998-09-14[patch-0.94.6.vikas.complete.1] Fix a completion-relatedThomas Roessler
buffer overflow.
1998-09-12When entering a 'set' command on the command-line,Thomas Roessler
pressing TAB after string_var= will insert the current value of that variable. Note that this works only for variables of type 'string'. Also fixes the following buglets in command-completion: 1. doesnt work if you started the command-line with whitespace 2. Seems to think that 'Set', 'ReSeT', etc are valid commands (since it checks for 'strcasecmp' instead of 'strcmp' when completing the variable names Also fixes the following buglets in command-completion: (From: Vikas Agnihotri <VikasA@att.com>)
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08GPG support, first take.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler