/[mailutils]/mailutils/libsieve/extensions/vacation.c
ViewVC logotype

Log of /mailutils/libsieve/extensions/vacation.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.20
Mon Dec 8 15:21:49 2008 UTC (15 years, 4 months ago) by cvs2git
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED
remove all files; README-use-git: add this one new file


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 15:59:51 2008 UTC (15 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Rewrite default mailbox format support to make sure it does not break format autodetection. Improve the docs.

* configure.ac (MU_DEFAULT_SCHEME): New configuration variable.
* mailbox/version.c (mu_conf_opt): Include default scheme.

* examples/mimetest.c, examples/mta.c, libmu_scm/mu_scm.c: Remove
mu_path_record. Use mu_registrar_set_default_record.

* libproto/mbox/folder.c (_path_is_scheme): Rename to
_mbox_is_scheme. Minor changes as well.
(_path_record, mu_path_record): Removed.
(_mbox_record): Use _mbox_is_scheme.

* libsieve/actions.c: Remove unused variable.

* include/mailutils/Makefile.am (types.h rule): Replace
_MU_DEFAULT_RECORD_. Change MU_OFF_TYPE replacement pattern to
_MU_OFF_TYPE_.

* include/mailutils/mailbox.h (mu_mailbox_set_default_proto)
(mu_mailbox_get_default_proto): Remove. See below.
* include/mailutils/registrar.h (mu_registrar_set_default_scheme)
(mu_registrar_get_default_scheme)
(mu_registrar_get_default_record)
(mu_registrar_set_default_record)
(mu_registrar_lookup_scheme): New prototypes.
(mu_path_record): Remove.
(mu_register_all_mbox_formats): Remove mu_path_record.
Set default scheme using mu_registrar_set_default_record.
(mu_register_local_mbox_formats): Likewise.
* include/mailutils/types.hin (MU_OFF_TYPE): Rename to
_MU_OFF_TYPE_.
(MU_DEFAULT_RECORD): New define.

* mailbox/mailbox.c (mu_mailbox_set_default_proto)
(mu_mailbox_get_default_proto): Remove.
(mu_mailbox_create): Remove default_proto kludge. mu_registrar
stuff is responsible for finding the correct record.
* mailbox/registrar.c (mu_registrar_set_default_record)
(mu_registrar_get_default_record)
(mu_registrar_set_default_scheme)
(mu_registrar_get_default_scheme)
(mu_registrar_lookup_scheme): New functions.
(mu_registrar_lookup_url): Fall back to default record if no
matching record is found and the URL was not set explicitly
(i.e. does not begin with a scheme).

* mailbox/gocs.c: Use mu_registrar_set_default_scheme instead of
mu_mailbox_set_default_proto.
* libsieve/extensions/pipe.c, libsieve/extensions/spamd.c,
libsieve/extensions/vacation.c: Fix comments.

* doc/texinfo/getdate.texi: New file (from gnulib).
* doc/texinfo/Makefile.am (mailutils_TEXINFOS): Add getdate.texi
(fix-sentence-spacing): New rule. Forces single-space
inter-sentence spacing.
(check-tabs, check-sentence-spacing): New rules.
(check-format): Depend on the above two.
(check-refs, check-fixmes, check-unrevised): Fix copy-paste
errors. Print diagnostics to stderr.

* doc/texinfo/auth.texi, doc/texinfo/fdl.texi,
doc/texinfo/framework.texi, doc/texinfo/imap4.texi,
doc/texinfo/libmuauth.texi, doc/texinfo/mailbox.texi,
doc/texinfo/mailcap.texi, doc/texinfo/mailutils.texi,
doc/texinfo/mbox.texi, doc/texinfo/message.texi,
doc/texinfo/mom.texi, doc/texinfo/mu_message.texi,
doc/texinfo/mu_mime.texi, doc/texinfo/mu_scm.texi,
doc/texinfo/muint.texi, doc/texinfo/pop3.texi,
doc/texinfo/rendition.texi, doc/texinfo/sieve.texi,
doc/texinfo/url.texi, doc/texinfo/usage.texi: Use GNU instead of
@sc{gnu}, because latter looks awful when typeset (especially when
followed by a capitalized word). Fix format by running `make final'.

* doc/texinfo/programs.texi: Document more config statements.
* doc/texinfo/libsieve.texi: Document loadable actions and tests.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:44:57 2007 UTC (16 years, 9 months ago) by gray
Branch: MAIN
CVS Tags: mu-1-2-1-before-new-config, mu-1-2-90-included-argp, mu-1-2-90-included-gnulib, mu-1-2-90-separate-argp-cfg
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Update


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 12:07:03 2007 UTC (16 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries under LPGL v.3


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 11:28:45 2006 UTC (17 years, 6 months ago) by gray
Branch: MAIN
CVS Tags: release_1_1
Changes since 1.15: +3 -6 lines
Diff to previous 1.15
(vacation_subject): Improve yesterday's fix, following Kostas' suggestion.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 16:47:38 2006 UTC (17 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
(vacation_subject): Make sure subject is not null.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jun 27 13:07:56 2006 UTC (17 years, 10 months ago) by gray
Branch: MAIN
CVS Tags: rel-1_0
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Minor fixes to get rid of the spurious gcc warnings


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 15:06:59 2006 UTC (18 years, 1 month ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_95
Changes since 1.12: +3 -1 lines
Diff to previous 1.12
(regex_comparator): Fix error diagnostics


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 13:52:51 2006 UTC (18 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Fix the leading comment.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 18:40:07 2005 UTC (18 years, 5 months ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_92, alpha_0_6_92_before_mu_off_t
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
(struct mu__monitor): Rename to mu_monitor.
(message_unref): Rename to mu_message_unref.
(MIME_MULTIPART_MIXED,MIME_MULTIPART_ALT): Prefix with MU_.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 11:52:28 2005 UTC (18 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.9: +6 -3 lines
Diff to previous 1.9
	(vacation_reply): Call mu_mime_destroy


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 11:07:48 2005 UTC (18 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.8: +89 -42 lines
Diff to previous 1.8
Implemented :mime. Correctly
handle subject line, no matter what the charset is.
Fixed bug in creating `References:' header.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 29 10:29:40 2005 UTC (18 years, 8 months ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_91_after_namespace
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Replace munre_ with mu_unre_


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 11:37:35 2005 UTC (18 years, 8 months ago) by polak
Branch: MAIN
Changes since 1.6: +42 -42 lines
Diff to previous 1.6
Normalize global namespace. Part 2


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 14:23:32 2005 UTC (18 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.5: +83 -83 lines
Diff to previous 1.5
Normalize global namespace. Part 1


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jul 10 10:32:48 2005 UTC (18 years, 9 months ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_91, alpha_0_6_91_before_namespace, alpha_0_6_91_libmailbox
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
Unconditionally include mu_dbm.h


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue May 17 13:13:37 2005 UTC (18 years, 11 months ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_90
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
Updated FSF address


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 14:29:25 2005 UTC (19 years, 1 month ago) by gray
Branch: MAIN
CVS Tags: alpha_0_6_1
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
Use a uniform way of filename quoting in diagnostic messages.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 25 11:01:17 2005 UTC (19 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.1: +8 -26 lines
Diff to previous 1.1
Removed spurions indications of action
names in diagnostic messages. Sieve_error prepends them
automatically now.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 21:01:19 2005 UTC (19 years, 3 months ago) by gray
Branch: MAIN
New action. Based on guimb/scm/vacation.scm and on ideas and code fragments from Felix Egli <fegli at goldnet dot ch>.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26