~ubuntu-branches/ubuntu/raring/mailcrypt/raring-proposed

« back to all changes in this revision

Viewing changes to debian/mailcrypt-init.el

  • Committer: Bazaar Package Importer
  • Author(s): Davide G. M. Salvetti
  • Date: 2007-01-28 12:08:23 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20070128120823-344fs3vl88wzbpya
Tags: 3.5.8+CVS.2005.04.29.1-10
* po/cs.po: New file; thanks to Martin Šín.  (Closes: #382926)
* po/de.po: Updated file; thanks to Helge Kreutzmann.  (Closes: #407728)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;-*-emacs-lisp-*-
2
 
 
3
1
;; mailcrypt-init.el, perform mailcrypt initialization
 
2
;; Copyright (C) 1998, 99, 2002, 05, 06
 
3
;; by Davide G. M. Salvetti <salve@debian.org>
4
4
;; Copyright (C) 1996 Joe Reinhardt <joe-reinhardt@uiowa.edu>
5
 
;; Copyright � Davide G. M. Salvetti <salve@debian.org>, 1998, 1999, 2002.
6
5
 
7
6
;;{{{ Licensing
8
7
;; This file is intended to be used with GNU Emacs.
19
18
 
20
19
;; You should have received a copy of the GNU General Public License along
21
20
;; with this program; if not, write to the Free Software Foundation, Inc.,
22
 
;; 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 
21
;; 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
23
22
;;}}}
24
23
 
25
 
(provide 'mailcrypt-init)
26
 
 
27
24
;;; Configuration
28
25
 
29
26
;; Autoloads as per README
62
59
(add-hook 'mew-summary-mode-hook 'mc-install-read-mode)
63
60
(add-hook 'mew-draft-mode-hook 'mc-install-write-mode)
64
61
 
65
 
;; load path
66
 
(setq load-path (cons (concat "/usr/share/"
67
 
                              (symbol-name debian-emacs-flavor)
68
 
                              "/site-lisp/mailcrypt") load-path))
69
 
 
70
62
;; GNU Privacy Guard is our default.
71
63
(setq mc-default-scheme 'mc-scheme-gpg)
72
64
 
 
65
(provide 'mailcrypt-init)
 
66
 
73
67
;;; End
 
68
 
 
69
;; arch-tag: 6b98de11-0cd8-4289-90cd-5b1224e13581
 
70
;;
 
71
;; local variables:
 
72
;; mode: emacs-lisp
 
73
;; coding: utf-8
 
74
;; ispell-local-dictionary: "american"
 
75
;; ispell-check-comments: exclusive
 
76
;; end:
 
77
;;
 
78
;; LocalWords:  mailcrypt init Autoloads README Rmail VM MH el